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 HttpServerRequestHandlerimplementation that adds support for the Expect-Continue handshake to an existingHttpServerRequestHandler.BasicHttpServerRequestHandler BasicHttpServerRequestHandlerimplementation that makes use ofHttpRequestMapperto dispatch the request to a particularHttpRequestHandlerfor processing.ClassicRequestBuilder Builder forClassicHttpRequestinstances.ClassicResponseBuilder Builder forClassicHttpResponseinstances.HttpServerExpectationFilter HttpServerExpectationFilter add support for the Expect-Continue handshake to the request processing pipeline.HttpServerFilterChainElement An element in a request processing chain.HttpServerFilterChainRequestHandler HttpServerRequestHandlerimplementation that delegates request processing to aHttpServerFilterChainElement.TerminalServerFilter HttpFilterHandlerimplementation represents a terminal handler in a request processing pipeline that makes use ofHttpRequestMapperto dispatch the request to a particularHttpRequestHandler.