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 HttpMaidBuilderHttpMaidBuilder. delete(String url, HttpHandler handler)HttpMaidBuilderHttpMaidBuilder. get(String url, HttpHandler handler, PerRouteConfigurator... perRouteConfigurators)HttpMaidBuilderHttpMaidBuilder. post(String url, HttpHandler handler)HttpMaidBuilderHttpMaidBuilder. put(String url, HttpHandler handler)static ConfiguratorConfigurators. toHandlePageNotFoundUsing(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
-