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

Packages that use AbstractPoolEntry
org.apache.http.impl.conn Default implementations of client connection management functions. 
org.apache.http.impl.conn.tsccm Deprecated. 
 

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

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

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

Methods in org.apache.http.impl.conn that return AbstractPoolEntry
protected  AbstractPoolEntry AbstractPooledConnAdapter.getPoolEntry()
          Deprecated. (4.0.1)
 

Methods in org.apache.http.impl.conn with parameters of type AbstractPoolEntry
protected  void AbstractPooledConnAdapter.assertValid(AbstractPoolEntry entry)
          Deprecated. Asserts that there is a valid pool entry.
 

Constructors in org.apache.http.impl.conn with parameters of type AbstractPoolEntry
AbstractPooledConnAdapter(ClientConnectionManager manager, AbstractPoolEntry entry)
          Deprecated. 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
          Deprecated. (4.2) use PoolEntry
 

Methods in org.apache.http.impl.conn.tsccm that return AbstractPoolEntry
protected  AbstractPoolEntry BasicPooledConnAdapter.getPoolEntry()
          Deprecated.  
 

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



Copyright © 1999–2019 The Apache Software Foundation. All rights reserved.