Package | Description |
---|---|
org.apache.http.impl.conn |
Default implementations for interfaces in
org.apache.http.impl.conn and related classes. |
org.apache.http.impl.conn.tsccm |
The implementation of a thread-safe client connection manager.
|
Modifier and Type | Field and Description |
---|---|
protected long |
SingleClientConnManager.connectionExpiresTime
The time the last released connection expires and shouldn't be reused.
|
protected long |
SingleClientConnManager.lastReleaseTime
The time of the last connection release, or -1.
|
protected SingleClientConnManager.ConnAdapter |
SingleClientConnManager.managedConn
The currently issued managed connection, if any.
|
protected SingleClientConnManager.PoolEntry |
SingleClientConnManager.uniquePoolEntry
The one and only entry in this pool.
|
Modifier and Type | Field and Description |
---|---|
protected Set<BasicPoolEntry> |
AbstractConnPool.leasedConnections
Deprecated.
References to issued connections
|
protected int |
AbstractConnPool.numConnections
Deprecated.
The current total number of connections.
|
Copyright © 1999-2012 The Apache Software Foundation. All Rights Reserved.