Package | Description |
---|---|
org.apache.http.impl.conn |
Default implementations of client connection management
functions.
|
Modifier and Type | Method and Description |
---|---|
protected HttpPoolEntry |
HttpConnPool.createEntry(HttpRoute route,
OperatedClientConnection conn)
Deprecated.
|
(package private) HttpPoolEntry |
ManagedClientConnectionImpl.detach()
Deprecated.
|
(package private) HttpPoolEntry |
ManagedClientConnectionImpl.getPoolEntry()
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.
|