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.
HttpServerRequestHandler
implementation that adds support for the Expect-Continue handshake to an existingHttpServerRequestHandler
.BasicHttpServerRequestHandler
implementation that makes use ofHttpRequestMapper
to dispatch the request to a particularHttpRequestHandler
for processing.Builder forClassicHttpRequest
instances.Builder forClassicHttpResponse
instances.HttpServerExpectationFilter add support for the Expect-Continue handshake to the request processing pipeline.An element in a request processing chain.HttpServerRequestHandler
implementation that delegates request processing to aHttpServerFilterChainElement
.HttpFilterHandler
implementation represents a terminal handler in a request processing pipeline that makes use ofHttpRequestMapper
to dispatch the request to a particularHttpRequestHandler
.