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 HttpServerRequestHandler
HttpService.Builder. requestHandler
private HttpServerRequestHandler
HttpService. requestHandler
Methods in org.apache.hc.core5.http.impl.io with parameters of type HttpServerRequestHandler Modifier and Type Method Description HttpService.Builder
HttpService.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 class
BasicHttpServerExpectationDecorator
HttpServerRequestHandler
implementation that adds support for the Expect-Continue handshake to an existingHttpServerRequestHandler
.class
BasicHttpServerRequestHandler
BasicHttpServerRequestHandler
implementation that makes use ofHttpRequestMapper
to dispatch the request to a particularHttpRequestHandler
for processing.class
HttpServerFilterChainRequestHandler
HttpServerRequestHandler
implementation that delegates request processing to aHttpServerFilterChainElement
.Fields in org.apache.hc.core5.http.io.support declared as HttpServerRequestHandler Modifier and Type Field Description private HttpServerRequestHandler
BasicHttpServerExpectationDecorator. requestHandler
Constructors 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 void
ClassicTestServer. start(Http1Config http1Config, HttpProcessor httpProcessor, Decorator<HttpServerRequestHandler> handlerDecorator)
-