@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.Exception
default void censor(HttpExchange exchange) throws java.lang.Exception
java.lang.Exception