Uses of Package
org.apache.http.protocol
Packages that use org.apache.http.protocol
Package
Description
Core HTTP component APIs and primitives.
Default implementations of HTTP connections for synchronous,
blocking communication.
Embedded server and server bootstrap.
Default implementations of HTTP connections for asynchronous,
even driven communication.
Embedded non-blocking server and server bootstrap.
Core HTTP component APIs and primitives for asynchronous, event
driven communication.
Core HTTP protocol execution framework and HTTP protocol handlers
for asynchronous, event driven communication.
Core HTTP protocol execution framework and HTTP protocol handlers
for synchronous, blocking communication.
-
Classes in org.apache.http.protocol used by org.apache.http
-
Classes in org.apache.http.protocol used by org.apache.http.impl
-
Classes in org.apache.http.protocol used by org.apache.http.impl.bootstrapClassDescriptionDefines an interface to verify whether an incoming HTTP request meets the target server's expectations.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 represents a routine for processing of a specific group of HTTP requests.HttpRequestHandlerMapper can be used to resolve an instance of
HttpRequestHandler
matching a particularHttpRequest
.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
-
Classes in org.apache.http.protocol used by org.apache.http.impl.nio.bootstrapClassDescriptionHTTP 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
-
Classes in org.apache.http.protocol used by org.apache.http.nio.protocolClassDescriptionHttpContext represents execution state of an HTTP process.Defines an interface to verify whether an incoming HTTP request meets the target server's expectations.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 represents a routine for processing of a specific group of HTTP requests.Deprecated.Maintains a map of objects keyed by a request URI pattern.
-
Classes in org.apache.http.protocol used by org.apache.http.protocolClassDescriptionDefault implementation of
HttpContext
.Deprecated.(4.3)Builder class to build a linked list (chain) of unique class instances.HttpContext represents execution state of an HTTP process.Implementation ofHttpContext
that provides convenience setters for user assignable attributes and getter for readable attributes.Generates a date in the format required by the HTTP protocol.Defines an interface to verify whether an incoming HTTP request meets the target server's expectations.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.Builder forHttpProcessor
instances.HttpRequestHandler represents a routine for processing of a specific group of HTTP requests.HttpRequestHandlerMapper can be used to resolve an instance ofHttpRequestHandler
matching a particularHttpRequest
.Deprecated.Deprecated.(4.3)Deprecated.(4.3)Maintains a map of objects keyed by a request URI pattern.
HttpRequestHandlerMapper