Package | Description |
---|---|
org.apache.http.impl.conn |
Default implementations of client connection management
functions.
|
org.apache.http.impl.conn.tsccm |
Deprecated.
|
Modifier and Type | Field and Description |
---|---|
protected long |
SingleClientConnManager.connectionExpiresTime
Deprecated.
The time the last released connection expires and shouldn't be reused.
|
protected long |
SingleClientConnManager.lastReleaseTime
Deprecated.
The time of the last connection release, or -1.
|
protected SingleClientConnManager.ConnAdapter |
SingleClientConnManager.managedConn
Deprecated.
The currently issued managed connection, if any.
|
protected SingleClientConnManager.PoolEntry |
SingleClientConnManager.uniquePoolEntry
Deprecated.
The one and only entry in this pool.
|
Modifier and Type | Field and Description |
---|---|
protected java.util.Set<BasicPoolEntry> |
AbstractConnPool.leasedConnections
Deprecated.
References to issued connections
|
protected int |
AbstractConnPool.numConnections
Deprecated.
The current total number of connections.
|