Uses of Class
org.apache.http.impl.conn.tsccm.BasicPoolEntry

Packages that use BasicPoolEntry
org.apache.http.impl.conn.tsccm The implementation of a thread-safe client connection manager. 
 

Uses of BasicPoolEntry in org.apache.http.impl.conn.tsccm
 

Fields in org.apache.http.impl.conn.tsccm with type parameters of type BasicPoolEntry
protected  Queue<BasicPoolEntry> ConnPoolByRoute.freeConnections
          The list of free connections
protected  LinkedList<BasicPoolEntry> RouteSpecificPool.freeEntries
          The list of free entries.
protected  Set<BasicPoolEntry> AbstractConnPool.leasedConnections
          References to issued connections.
 

Methods in org.apache.http.impl.conn.tsccm that return BasicPoolEntry
 BasicPoolEntry RouteSpecificPool.allocEntry(Object state)
          Obtains a free entry from this pool, if one is available.
protected  BasicPoolEntry ConnPoolByRoute.createEntry(RouteSpecificPool rospl, ClientConnectionOperator op)
          Creates a new pool entry.
 BasicPoolEntry AbstractConnPool.getEntry(HttpRoute route, Object state, long timeout, TimeUnit tunit)
          Obtains a pool entry with a connection within the given timeout.
protected  BasicPoolEntry ConnPoolByRoute.getEntryBlocking(HttpRoute route, Object state, long timeout, TimeUnit tunit, WaitingThreadAborter aborter)
          Obtains a pool entry with a connection within the given timeout.
protected  BasicPoolEntry ConnPoolByRoute.getFreeEntry(RouteSpecificPool rospl, Object state)
          If available, get a free pool entry for a route.
 BasicPoolEntry PoolEntryRequest.getPoolEntry(long timeout, TimeUnit tunit)
          Obtains a pool entry with a connection within the given timeout.
 

Methods in org.apache.http.impl.conn.tsccm that return types with arguments of type BasicPoolEntry
protected  Queue<BasicPoolEntry> ConnPoolByRoute.createFreeConnQueue()
          Creates the queue for ConnPoolByRoute.freeConnections.
 

Methods in org.apache.http.impl.conn.tsccm with parameters of type BasicPoolEntry
 void RouteSpecificPool.createdEntry(BasicPoolEntry entry)
          Indicates creation of an entry for this pool.
 boolean RouteSpecificPool.deleteEntry(BasicPoolEntry entry)
          Deletes an entry from this pool.
protected  void ConnPoolByRoute.deleteEntry(BasicPoolEntry entry)
          Deletes a given pool entry.
 void RouteSpecificPool.freeEntry(BasicPoolEntry entry)
          Returns an allocated entry to this pool.
abstract  void AbstractConnPool.freeEntry(BasicPoolEntry entry, boolean reusable, long validDuration, TimeUnit timeUnit)
          Returns an entry into the pool.
 void ConnPoolByRoute.freeEntry(BasicPoolEntry entry, boolean reusable, long validDuration, TimeUnit timeUnit)
           
 

Constructors in org.apache.http.impl.conn.tsccm with parameters of type BasicPoolEntry
BasicPoolEntryRef(BasicPoolEntry entry, ReferenceQueue<Object> queue)
          Creates a new reference to a pool entry.
 



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