|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use GuardedBy | |
---|---|
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. |
Uses of GuardedBy in org.apache.http.impl.conn |
---|
Fields in org.apache.http.impl.conn with annotations of type GuardedBy | |
---|---|
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. |
Uses of GuardedBy in org.apache.http.impl.conn.tsccm |
---|
Fields in org.apache.http.impl.conn.tsccm with annotations of type GuardedBy | |
---|---|
protected IdleConnectionHandler |
AbstractConnPool.idleConnHandler
The handler for idle connections. |
protected Set<BasicPoolEntry> |
AbstractConnPool.leasedConnections
References to issued connections. |
protected int |
AbstractConnPool.numConnections
The current total number of connections. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |