Uses of Class
org.apache.http.impl.conn.AbstractPoolEntry

Packages that use AbstractPoolEntry
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 AbstractPoolEntry in org.apache.http.impl.conn
 

Subclasses of AbstractPoolEntry in org.apache.http.impl.conn
protected  class SingleClientConnManager.PoolEntry
          The pool entry for this connection manager.
 

Fields in org.apache.http.impl.conn declared as AbstractPoolEntry
protected  AbstractPoolEntry AbstractPooledConnAdapter.poolEntry
          The wrapped pool entry.
 

Constructors in org.apache.http.impl.conn with parameters of type AbstractPoolEntry
AbstractPooledConnAdapter(ClientConnectionManager manager, AbstractPoolEntry entry)
          Creates a new connection adapter.
 

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

Subclasses of AbstractPoolEntry in org.apache.http.impl.conn.tsccm
 class BasicPoolEntry
          Basic implementation of a connection pool entry.
 

Methods in org.apache.http.impl.conn.tsccm that return AbstractPoolEntry
protected  AbstractPoolEntry BasicPooledConnAdapter.getPoolEntry()
          Obtains the pool entry.
 

Constructors in org.apache.http.impl.conn.tsccm with parameters of type AbstractPoolEntry
BasicPooledConnAdapter(ThreadSafeClientConnManager tsccm, AbstractPoolEntry entry)
          Creates a new adapter.
 



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