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

Packages that use AbstractPoolEntry
org.apache.http.impl.conn   
 

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.
 



Copyright © 2000-2007 Apache Software Foundation. All Rights Reserved.