Package | Description |
---|---|
org.apache.http.client |
Client HTTP communication APIs.
|
org.apache.http.conn |
Client connection management APIs.
|
org.apache.http.impl.client |
Default HTTP client implementation.
|
org.apache.http.impl.conn |
Default implementations of client connection management
functions.
|
org.apache.http.impl.conn.tsccm |
Deprecated.
|
Modifier and Type | Method and Description |
---|---|
ClientConnectionManager |
HttpClient.getConnectionManager()
Deprecated.
(4.3) use
HttpClientBuilder . |
Modifier and Type | Method and Description |
---|---|
ClientConnectionManager |
ClientConnectionManagerFactory.newInstance(HttpParams params,
SchemeRegistry schemeRegistry)
Deprecated.
|
Modifier and Type | Field and Description |
---|---|
protected ClientConnectionManager |
DefaultRequestDirector.connManager
Deprecated.
The connection manager.
|
Modifier and Type | Method and Description |
---|---|
protected ClientConnectionManager |
AbstractHttpClient.createClientConnectionManager()
Deprecated.
|
protected ClientConnectionManager |
SystemDefaultHttpClient.createClientConnectionManager()
Deprecated.
|
ClientConnectionManager |
AbstractHttpClient.getConnectionManager()
Deprecated.
|
ClientConnectionManager |
AutoRetryHttpClient.getConnectionManager()
Deprecated.
|
ClientConnectionManager |
DecompressingHttpClient.getConnectionManager()
Deprecated.
|
ClientConnectionManager |
MinimalHttpClient.getConnectionManager() |
ClientConnectionManager |
InternalHttpClient.getConnectionManager() |
Modifier and Type | Class and Description |
---|---|
class |
BasicClientConnectionManager
Deprecated.
(4.3) use
BasicHttpClientConnectionManager . |
class |
PoolingClientConnectionManager
Deprecated.
(4.3) use
PoolingHttpClientConnectionManager . |
class |
SingleClientConnManager
Deprecated.
(4.2) use
BasicClientConnectionManager |
Modifier and Type | Method and Description |
---|---|
protected ClientConnectionManager |
AbstractClientConnAdapter.getManager()
Deprecated.
|
ClientConnectionManager |
ManagedClientConnectionImpl.getManager()
Deprecated.
|
Constructor and Description |
---|
AbstractClientConnAdapter(ClientConnectionManager mgr,
OperatedClientConnection conn)
Deprecated.
Creates a new connection adapter.
|
AbstractPooledConnAdapter(ClientConnectionManager manager,
AbstractPoolEntry entry)
Deprecated.
Creates a new connection adapter.
|
ManagedClientConnectionImpl(ClientConnectionManager manager,
ClientConnectionOperator operator,
HttpPoolEntry entry)
Deprecated.
|
Modifier and Type | Class and Description |
---|---|
class |
ThreadSafeClientConnManager
Deprecated.
(4.2) use
PoolingHttpClientConnectionManager |
Modifier and Type | Method and Description |
---|---|
protected ClientConnectionManager |
BasicPooledConnAdapter.getManager()
Deprecated.
|