Uses of Interface
org.apache.hc.core5.http.io.HttpServerRequestHandler
-
Packages that use HttpServerRequestHandler Package Description org.apache.hc.core5.http.impl.io Default implementation of HTTP/1.1 transport based on the classic (blocking) I/O model.org.apache.hc.core5.http.io.support Support classes for the classic (blocking) I/O model.org.apache.hc.core5.testing.classic -
-
Uses of HttpServerRequestHandler in org.apache.hc.core5.http.impl.io
Fields in org.apache.hc.core5.http.impl.io declared as HttpServerRequestHandler Modifier and Type Field Description private HttpServerRequestHandlerHttpService.Builder. requestHandlerprivate HttpServerRequestHandlerHttpService. requestHandlerMethods in org.apache.hc.core5.http.impl.io with parameters of type HttpServerRequestHandler Modifier and Type Method Description HttpService.BuilderHttpService.Builder. withHttpServerRequestHandler(HttpServerRequestHandler requestHandler)Constructors in org.apache.hc.core5.http.impl.io with parameters of type HttpServerRequestHandler Constructor Description HttpService(HttpProcessor processor, HttpServerRequestHandler requestHandler)Create a new HTTP service.HttpService(HttpProcessor processor, HttpServerRequestHandler requestHandler, ConnectionReuseStrategy connReuseStrategy, Http1StreamListener streamListener)Create a new HTTP service. -
Uses of HttpServerRequestHandler in org.apache.hc.core5.http.io.support
Classes in org.apache.hc.core5.http.io.support that implement HttpServerRequestHandler Modifier and Type Class Description classBasicHttpServerExpectationDecoratorHttpServerRequestHandlerimplementation that adds support for the Expect-Continue handshake to an existingHttpServerRequestHandler.classBasicHttpServerRequestHandlerBasicHttpServerRequestHandlerimplementation that makes use ofHttpRequestMapperto dispatch the request to a particularHttpRequestHandlerfor processing.classHttpServerFilterChainRequestHandlerHttpServerRequestHandlerimplementation that delegates request processing to aHttpServerFilterChainElement.Fields in org.apache.hc.core5.http.io.support declared as HttpServerRequestHandler Modifier and Type Field Description private HttpServerRequestHandlerBasicHttpServerExpectationDecorator. requestHandlerConstructors in org.apache.hc.core5.http.io.support with parameters of type HttpServerRequestHandler Constructor Description BasicHttpServerExpectationDecorator(HttpServerRequestHandler requestHandler) -
Uses of HttpServerRequestHandler in org.apache.hc.core5.testing.classic
Method parameters in org.apache.hc.core5.testing.classic with type arguments of type HttpServerRequestHandler Modifier and Type Method Description voidClassicTestServer. start(Http1Config http1Config, HttpProcessor httpProcessor, Decorator<HttpServerRequestHandler> handlerDecorator)
-