Package | Description |
---|---|
org.apache.http.impl.conn |
Default implementations of client connection management
functions.
|
Modifier and Type | Field and Description |
---|---|
private HttpPoolEntry |
ManagedClientConnectionImpl.poolEntry
Deprecated.
|
private HttpPoolEntry |
BasicClientConnectionManager.poolEntry
Deprecated.
The one and only entry in this pool.
|
Modifier and Type | Method and Description |
---|---|
protected HttpPoolEntry |
HttpConnPool.createEntry(HttpRoute route,
OperatedClientConnection conn)
Deprecated.
|
(package private) HttpPoolEntry |
ManagedClientConnectionImpl.detach()
Deprecated.
|
private HttpPoolEntry |
ManagedClientConnectionImpl.ensurePoolEntry()
Deprecated.
|
(package private) HttpPoolEntry |
ManagedClientConnectionImpl.getPoolEntry()
Deprecated.
|
Modifier and Type | Method and Description |
---|---|
private java.lang.String |
PoolingClientConnectionManager.format(HttpPoolEntry entry)
Deprecated.
|
Modifier and Type | Method and Description |
---|---|
(package private) ManagedClientConnection |
PoolingClientConnectionManager.leaseConnection(java.util.concurrent.Future<HttpPoolEntry> future,
long timeout,
java.util.concurrent.TimeUnit tunit)
Deprecated.
|
Constructor and Description |
---|
ManagedClientConnectionImpl(ClientConnectionManager manager,
ClientConnectionOperator operator,
HttpPoolEntry entry)
Deprecated.
|