Package | Description |
---|---|
org.apache.http.conn |
Client connection management APIs.
|
org.apache.http.impl |
Default implementations of HTTP connections for synchronous,
blocking communication.
|
org.apache.http.impl.conn |
Default implementations of client connection management
functions.
|
org.apache.http.impl.conn.tsccm |
Deprecated.
|
Modifier and Type | Interface and Description |
---|---|
interface |
HttpRoutedConnection
Deprecated.
(4.3) replaced by
HttpClientConnectionManager . |
interface |
ManagedClientConnection
Deprecated.
(4.3) replaced by
HttpClientConnectionManager . |
interface |
ManagedHttpClientConnection
Represents a managed connection whose state and life cycle is managed by
a connection manager.
|
interface |
OperatedClientConnection
Deprecated.
(4.3) replaced by
HttpClientConnectionManager . |
Modifier and Type | Class and Description |
---|---|
class |
BHttpConnectionBase
This class serves as a base for all
HttpConnection implementations and provides
functionality common to both client and server HTTP connections. |
class |
DefaultBHttpClientConnection
Default implementation of
HttpClientConnection . |
class |
DefaultBHttpServerConnection
Default implementation of
HttpServerConnection . |
class |
DefaultHttpClientConnection
Deprecated.
(4.3) use
DefaultBHttpClientConnection |
class |
DefaultHttpServerConnection
Deprecated.
(4.3) use
DefaultBHttpServerConnection |
class |
SocketHttpClientConnection
Deprecated.
(4.3) use
DefaultBHttpClientConnection |
class |
SocketHttpServerConnection
Deprecated.
|
Modifier and Type | Class and Description |
---|---|
class |
AbstractClientConnAdapter
Deprecated.
(4.2) do not use
|
class |
AbstractPooledConnAdapter
Deprecated.
(4.2) do not use
|
(package private) class |
CPoolProxy |
class |
DefaultClientConnection
Deprecated.
(4.3) use
ManagedHttpClientConnectionFactory . |
class |
DefaultManagedHttpClientConnection
Default
ManagedHttpClientConnection implementation. |
(package private) class |
LoggingManagedHttpClientConnection |
(package private) class |
ManagedClientConnectionImpl
Deprecated.
(4.3) use
ManagedHttpClientConnectionFactory . |
protected class |
SingleClientConnManager.ConnAdapter
Deprecated.
The connection adapter used by this manager.
|
Modifier and Type | Class and Description |
---|---|
class |
BasicPooledConnAdapter
Deprecated.
(4.2) do not use
|