Package | Description |
---|---|
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.client |
Default HTTP client implementation.
|
org.apache.http.impl.conn |
Default implementations of client connection management
functions.
|
Class and Description |
---|
DefaultBHttpServerConnection
Default implementation of
HttpServerConnection . |
Class and Description |
---|
DefaultConnectionReuseStrategy
Default implementation of a strategy deciding about connection re-use.
|
Class and Description |
---|
AbstractHttpClientConnection
Deprecated.
(4.3) use
DefaultBHttpClientConnection |
BHttpConnectionBase
This class serves as a base for all
HttpConnection implementations and provides
functionality common to both client and server HTTP connections. |
DefaultBHttpClientConnection
Default implementation of
HttpClientConnection . |
SocketHttpClientConnection
Deprecated.
(4.3) use
DefaultBHttpClientConnection |