@FunctionalInterface
public interface HttpHandler
| Modifier and Type | Method and Description |
|---|---|
default void |
censor(HttpExchange exchange) |
DataSupplier |
handle(HttpExchange exchange) |
DataSupplier handle(HttpExchange exchange) throws java.lang.Exception
java.lang.Exceptiondefault void censor(HttpExchange exchange) throws java.lang.Exception
java.lang.Exception