Package org.apache.hc.core5.http.io.support
package org.apache.hc.core5.http.io.support
Support classes for the classic (blocking) I/O model.
-
ClassesClassDescriptionAbstract HTTP request filter that implements standard HTTP authentication handshake.
HttpServerRequestHandlerimplementation that adds support for the Expect-Continue handshake to an existingHttpServerRequestHandler.BasicHttpServerRequestHandlerimplementation that makes use ofHttpRequestMapperto dispatch the request to a particularHttpRequestHandlerfor processing.Builder forClassicHttpRequestinstances.Builder forClassicHttpResponseinstances.HttpServerExpectationFilter add support for the Expect-Continue handshake to the request processing pipeline.An element in a request processing chain.HttpServerRequestHandlerimplementation that delegates request processing to aHttpServerFilterChainElement.HttpFilterHandlerimplementation represents a terminal handler in a request processing pipeline that makes use ofHttpRequestMapperto dispatch the request to a particularHttpRequestHandler.