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 HttpServerRequestHandler
HttpService.Builder.requestHandler
private final HttpServerRequestHandler
HttpService.requestHandler
Methods 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 TypeClassDescriptionclass
HttpServerRequestHandler
implementation that adds support for the Expect-Continue handshake to an existingHttpServerRequestHandler
.class
BasicHttpServerRequestHandler
implementation that makes use ofHttpRequestMapper
to dispatch the request to a particularHttpRequestHandler
for processing.class
HttpServerRequestHandler
implementation that delegates request processing to aHttpServerFilterChainElement
.Fields in org.apache.hc.core5.http.io.support declared as HttpServerRequestHandlerModifier and TypeFieldDescriptionprivate final HttpServerRequestHandler
BasicHttpServerExpectationDecorator.requestHandler
Constructors 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 TypeMethodDescriptionvoid
ClassicTestServer.start
(Http1Config http1Config, HttpProcessor httpProcessor, Decorator<HttpServerRequestHandler> handlerDecorator)