Uses of Interface
de.quantummaid.httpmaid.handler.http.HttpHandler
-
Packages that use HttpHandler Package Description de.quantummaid.httpmaid de.quantummaid.httpmaid.exceptions de.quantummaid.httpmaid.handler de.quantummaid.httpmaid.security -
-
Uses of HttpHandler in de.quantummaid.httpmaid
Methods in de.quantummaid.httpmaid with parameters of type HttpHandler Modifier and Type Method Description default THttpConfiguration. delete(String url, HttpHandler handler)default THttpConfiguration. get(String url, HttpHandler handler, PerRouteConfigurator... perRouteConfigurators)default THttpConfiguration. post(String url, HttpHandler handler)default THttpConfiguration. put(String url, HttpHandler handler)static ConfiguratorConfigurators. toHandlePageNotFoundUsing(HttpHandler handler)HttpMaidBuilderHttpMaidBuilder. websocket(String id, HttpHandler handler) -
Uses of HttpHandler in de.quantummaid.httpmaid.exceptions
Methods in de.quantummaid.httpmaid.exceptions with parameters of type HttpHandler Modifier and Type Method Description static <T extends Throwable>
HandlerExceptionMapper<T>HandlerExceptionMapper. handlerExceptionMapper(HttpHandler handler) -
Uses of HttpHandler in de.quantummaid.httpmaid.handler
Classes in de.quantummaid.httpmaid.handler that implement HttpHandler Modifier and Type Class Description classDefaultPageNotFoundHandler -
Uses of HttpHandler in de.quantummaid.httpmaid.security
Subinterfaces of HttpHandler in de.quantummaid.httpmaid.security Modifier and Type Interface Description interfaceRejectionHandler
-