| Package | Description |
|---|---|
| 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 | Field | Description |
|---|---|---|
protected ManagedClientConnection |
BasicEofSensorWatcher.managedConn |
Deprecated.
The connection to auto-release.
|
protected ManagedClientConnection |
BasicManagedEntity.managedConn |
Deprecated.
The connection to release.
|
| Modifier and Type | Method | Description |
|---|---|---|
ManagedClientConnection |
ClientConnectionRequest.getConnection(long timeout,
java.util.concurrent.TimeUnit tunit) |
Deprecated.
Obtains a connection within a given time.
|
| Modifier and Type | Method | Description |
|---|---|---|
void |
ClientConnectionManager.releaseConnection(ManagedClientConnection conn,
long validDuration,
java.util.concurrent.TimeUnit timeUnit) |
Deprecated.
Releases a connection for use by others.
|
| Constructor | Description |
|---|---|
BasicEofSensorWatcher(ManagedClientConnection conn,
boolean reuse) |
Deprecated.
Creates a new watcher for auto-releasing a connection.
|
BasicManagedEntity(org.apache.http.HttpEntity entity,
ManagedClientConnection conn,
boolean reuse) |
Deprecated.
Creates a new managed entity that can release a connection.
|
| Modifier and Type | Field | Description |
|---|---|---|
protected ManagedClientConnection |
DefaultRequestDirector.managedConn |
Deprecated.
The currently allocated connection.
|
| Modifier and Type | Class | Description |
|---|---|---|
class |
AbstractClientConnAdapter |
Deprecated.
(4.2) do not use
|
class |
AbstractPooledConnAdapter |
Deprecated.
(4.2) do not use
|
protected class |
SingleClientConnManager.ConnAdapter |
Deprecated.
The connection adapter used by this manager.
|
| Modifier and Type | Method | Description |
|---|---|---|
ManagedClientConnection |
SingleClientConnManager.getConnection(HttpRoute route,
java.lang.Object state) |
Deprecated.
Obtains a connection.
|
| Modifier and Type | Method | Description |
|---|---|---|
void |
BasicClientConnectionManager.releaseConnection(ManagedClientConnection conn,
long keepalive,
java.util.concurrent.TimeUnit tunit) |
Deprecated.
|
void |
PoolingClientConnectionManager.releaseConnection(ManagedClientConnection conn,
long keepalive,
java.util.concurrent.TimeUnit tunit) |
Deprecated.
|
void |
SingleClientConnManager.releaseConnection(ManagedClientConnection conn,
long validDuration,
java.util.concurrent.TimeUnit timeUnit) |
Deprecated.
|
| Modifier and Type | Class | Description |
|---|---|---|
class |
BasicPooledConnAdapter |
Deprecated.
(4.2) do not use
|
| Modifier and Type | Method | Description |
|---|---|---|
void |
ThreadSafeClientConnManager.releaseConnection(ManagedClientConnection conn,
long validDuration,
java.util.concurrent.TimeUnit timeUnit) |
Deprecated.
|