Uses of Interface
de.quantummaid.httpmaid.handler.http.HttpHandler
-
-
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)HttpMaidBuilderHttpMaidBuilder. post(String url, HttpHandler handler)HttpMaidBuilderHttpMaidBuilder. put(String url, HttpHandler handler) -
Uses of HttpHandler in de.quantummaid.httpmaid.security.authentication
Methods in de.quantummaid.httpmaid.security.authentication with parameters of type HttpHandler Modifier and Type Method Description AuthenticatorConfiguratorAuthenticatorConfigurator. rejectingUnauthenticatedRequestsUsing(HttpHandler rejectionHandler) -
Uses of HttpHandler in de.quantummaid.httpmaid.security.authorization
Methods in de.quantummaid.httpmaid.security.authorization with parameters of type HttpHandler Modifier and Type Method Description AuthorizerConfiguratorAuthorizerConfigurator. rejectingUnauthorizedRequestsUsing(HttpHandler rejectionHandler) -
Uses of HttpHandler in de.quantummaid.httpmaid.security.filtering
Methods in de.quantummaid.httpmaid.security.filtering with parameters of type HttpHandler Modifier and Type Method Description FilterConfiguratorFilterConfigurator. rejectingFilteredRequestsUsing(HttpHandler rejectionHandler)
-