Uses of Class
org.apache.http.annotation.GuardedBy

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.
 



Copyright © 1999-2010 Apache Software Foundation. All Rights Reserved.