Uses of Package
org.apache.http.protocol
-
Packages that use org.apache.http.protocol Package Description org.apache.http Core HTTP component APIs and primitives.org.apache.http.impl Default implementations of HTTP connections for synchronous, blocking communication.org.apache.http.impl.bootstrap Embedded server and server bootstrap.org.apache.http.impl.nio Default implementations of HTTP connections for asynchronous, even driven communication.org.apache.http.impl.nio.bootstrap Embedded non-blocking server and server bootstrap.org.apache.http.nio Core HTTP component APIs and primitives for asynchronous, event driven communication.org.apache.http.nio.protocol Core HTTP protocol execution framework and HTTP protocol handlers for asynchronous, event driven communication.org.apache.http.protocol Core HTTP protocol execution framework and HTTP protocol handlers for synchronous, blocking communication. -
Classes in org.apache.http.protocol used by org.apache.http Class Description HttpContext HttpContext represents execution state of an HTTP process. -
Classes in org.apache.http.protocol used by org.apache.http.impl Class Description HttpContext HttpContext represents execution state of an HTTP process. -
Classes in org.apache.http.protocol used by org.apache.http.impl.bootstrap Class Description HttpExpectationVerifier Defines an interface to verify whether an incoming HTTP request meets the target server's expectations.HttpProcessor HTTP protocol processor is a collection of protocol interceptors that implements the 'Chain of Responsibility' pattern, where each individual protocol interceptor is expected to work on a particular aspect of the HTTP protocol the interceptor is responsible for.HttpRequestHandler HttpRequestHandler represents a routine for processing of a specific group of HTTP requests.HttpRequestHandlerMapper HttpRequestHandlerMapper can be used to resolve an instance ofHttpRequestHandler
matching a particularHttpRequest
.HttpService HttpService
is a server side HTTP protocol handler based on the classic (blocking) I/O model. -
Classes in org.apache.http.protocol used by org.apache.http.impl.nio Class Description HttpContext HttpContext represents execution state of an HTTP process. -
Classes in org.apache.http.protocol used by org.apache.http.impl.nio.bootstrap Class Description HttpProcessor HTTP protocol processor is a collection of protocol interceptors that implements the 'Chain of Responsibility' pattern, where each individual protocol interceptor is expected to work on a particular aspect of the HTTP protocol the interceptor is responsible for. -
Classes in org.apache.http.protocol used by org.apache.http.nio Class Description HttpContext HttpContext represents execution state of an HTTP process. -
Classes in org.apache.http.protocol used by org.apache.http.nio.protocol Class Description HttpContext HttpContext represents execution state of an HTTP process.HttpExpectationVerifier Defines an interface to verify whether an incoming HTTP request meets the target server's expectations.HttpProcessor HTTP protocol processor is a collection of protocol interceptors that implements the 'Chain of Responsibility' pattern, where each individual protocol interceptor is expected to work on a particular aspect of the HTTP protocol the interceptor is responsible for.HttpRequestHandler HttpRequestHandler represents a routine for processing of a specific group of HTTP requests.HttpRequestHandlerResolver Deprecated.UriPatternMatcher Maintains a map of objects keyed by a request URI pattern. -
Classes in org.apache.http.protocol used by org.apache.http.protocol Class Description BasicHttpContext Default implementation ofHttpContext
.BasicHttpProcessor Deprecated.(4.3)ChainBuilder Builder class to build a linked list (chain) of unique class instances.HttpContext HttpContext represents execution state of an HTTP process.HttpCoreContext Implementation ofHttpContext
that provides convenience setters for user assignable attributes and getter for readable attributes.HttpDateGenerator Generates a date in the format required by the HTTP protocol.HttpExpectationVerifier Defines an interface to verify whether an incoming HTTP request meets the target server's expectations.HttpProcessor HTTP protocol processor is a collection of protocol interceptors that implements the 'Chain of Responsibility' pattern, where each individual protocol interceptor is expected to work on a particular aspect of the HTTP protocol the interceptor is responsible for.HttpProcessorBuilder Builder forHttpProcessor
instances.HttpRequestHandler HttpRequestHandler represents a routine for processing of a specific group of HTTP requests.HttpRequestHandlerMapper HttpRequestHandlerMapper can be used to resolve an instance ofHttpRequestHandler
matching a particularHttpRequest
.HttpRequestHandlerResolver Deprecated.HttpRequestInterceptorList Deprecated.(4.3)HttpResponseInterceptorList Deprecated.(4.3)UriPatternMatcher Maintains a map of objects keyed by a request URI pattern.