Uses of Interface
org.apache.hc.core5.http.io.HttpServerRequestHandler
Packages that use HttpServerRequestHandler
Package
Description
Default implementation of HTTP/1.1 transport based on the classic
(blocking) I/O model.
Support classes for the classic (blocking) I/O model.
-
Uses of HttpServerRequestHandler in org.apache.hc.core5.http.impl.io
Fields in org.apache.hc.core5.http.impl.io declared as HttpServerRequestHandlerModifier and TypeFieldDescriptionprivate HttpServerRequestHandlerHttpService.Builder.requestHandlerprivate final HttpServerRequestHandlerHttpService.requestHandlerMethods in org.apache.hc.core5.http.impl.io with parameters of type HttpServerRequestHandlerModifier and TypeMethodDescriptionHttpService.Builder.withHttpServerRequestHandler(HttpServerRequestHandler requestHandler) Constructors in org.apache.hc.core5.http.impl.io with parameters of type HttpServerRequestHandlerModifierConstructorDescriptionHttpService(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 HttpServerRequestHandlerModifier and TypeClassDescriptionclassHttpServerRequestHandlerimplementation that adds support for the Expect-Continue handshake to an existingHttpServerRequestHandler.classBasicHttpServerRequestHandlerimplementation that makes use ofHttpRequestMapperto dispatch the request to a particularHttpRequestHandlerfor processing.classHttpServerRequestHandlerimplementation that delegates request processing to aHttpServerFilterChainElement.Fields in org.apache.hc.core5.http.io.support declared as HttpServerRequestHandlerModifier and TypeFieldDescriptionprivate final HttpServerRequestHandlerBasicHttpServerExpectationDecorator.requestHandlerConstructors in org.apache.hc.core5.http.io.support with parameters of type HttpServerRequestHandlerModifierConstructorDescriptionBasicHttpServerExpectationDecorator(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 HttpServerRequestHandlerModifier and TypeMethodDescriptionvoidClassicTestServer.start(Http1Config http1Config, HttpProcessor httpProcessor, Decorator<HttpServerRequestHandler> handlerDecorator)