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.
Support classes for the asynchronous I/O model that emulate
behavior of 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, Http1Config http1Config, ConnectionReuseStrategy connReuseStrategy, Http1StreamListener streamListener) 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.http.nio.support.classic
Fields in org.apache.hc.core5.http.nio.support.classic declared as HttpServerRequestHandlerModifier and TypeFieldDescriptionprivate final HttpServerRequestHandlerClassicToAsyncServerExchangeHandler.requestHandlerConstructors in org.apache.hc.core5.http.nio.support.classic with parameters of type HttpServerRequestHandlerModifierConstructorDescriptionClassicToAsyncServerExchangeHandler(int initialBufferSize, Executor executor, HttpServerRequestHandler requestHandler, Callback<Exception> exceptionCallback) ClassicToAsyncServerExchangeHandler(Executor executor, HttpServerRequestHandler requestHandler, Callback<Exception> exceptionCallback)