Uses of Class
org.apache.http.impl.conn.AbstractPoolEntry
-
Packages that use AbstractPoolEntry Package Description 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 Modifier and Type Class Description protected class
SingleClientConnManager.PoolEntry
Deprecated.The pool entry for this connection manager.Fields in org.apache.http.impl.conn declared as AbstractPoolEntry Modifier and Type Field Description protected AbstractPoolEntry
AbstractPooledConnAdapter. poolEntry
Deprecated.The wrapped pool entry.Methods in org.apache.http.impl.conn that return AbstractPoolEntry Modifier and Type Method Description protected AbstractPoolEntry
AbstractPooledConnAdapter. getPoolEntry()
Deprecated.(4.0.1)Methods in org.apache.http.impl.conn with parameters of type AbstractPoolEntry Modifier and Type Method Description 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 Constructor Description 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 Modifier and Type Class Description class
BasicPoolEntry
Deprecated.(4.2) usePoolEntry
Methods in org.apache.http.impl.conn.tsccm that return AbstractPoolEntry Modifier and Type Method Description protected AbstractPoolEntry
BasicPooledConnAdapter. getPoolEntry()
Deprecated.Constructors in org.apache.http.impl.conn.tsccm with parameters of type AbstractPoolEntry Constructor Description BasicPooledConnAdapter(ThreadSafeClientConnManager tsccm, AbstractPoolEntry entry)
Deprecated.Creates a new adapter.
-