Package org.apache.hc.core5.http.io.support
Support classes for the classic (blocking) I/O model.
-
Class Summary Class Description AbstractHttpServerAuthFilter<T> Abstract HTTP request filter that implements standard HTTP authentication handshake.BasicHttpServerExpectationDecorator HttpServerRequestHandler
implementation that adds support for the Expect-Continue handshake to an existingHttpServerRequestHandler
.BasicHttpServerRequestHandler BasicHttpServerRequestHandler
implementation that makes use ofHttpRequestMapper
to dispatch the request to a particularHttpRequestHandler
for processing.ClassicRequestBuilder Builder forClassicHttpRequest
instances.ClassicResponseBuilder Builder forClassicHttpResponse
instances.HttpServerExpectationFilter HttpServerExpectationFilter add support for the Expect-Continue handshake to the request processing pipeline.HttpServerFilterChainElement An element in a request processing chain.HttpServerFilterChainRequestHandler HttpServerRequestHandler
implementation that delegates request processing to aHttpServerFilterChainElement
.TerminalServerFilter HttpFilterHandler
implementation represents a terminal handler in a request processing pipeline that makes use ofHttpRequestMapper
to dispatch the request to a particularHttpRequestHandler
.