Uses of Class
org.apache.http.impl.conn.AbstractPoolEntry
Packages that use AbstractPoolEntry
Package
Description
Default implementations of client connection management
functions.
Deprecated.
-
Uses of AbstractPoolEntry in org.apache.http.impl.conn
Subclasses of AbstractPoolEntry in org.apache.http.impl.connModifier and TypeClassDescriptionprotected classDeprecated.The pool entry for this connection manager.Fields in org.apache.http.impl.conn declared as AbstractPoolEntryModifier and TypeFieldDescriptionprotected AbstractPoolEntryAbstractPooledConnAdapter.poolEntryDeprecated.The wrapped pool entry.Methods in org.apache.http.impl.conn that return AbstractPoolEntryModifier and TypeMethodDescriptionprotected AbstractPoolEntryAbstractPooledConnAdapter.getPoolEntry()Deprecated.(4.0.1)Methods in org.apache.http.impl.conn with parameters of type AbstractPoolEntryModifier and TypeMethodDescriptionprotected voidAbstractPooledConnAdapter.assertValid(AbstractPoolEntry entry) Deprecated.Asserts that there is a valid pool entry.Constructors in org.apache.http.impl.conn with parameters of type AbstractPoolEntryModifierConstructorDescriptionprotectedAbstractPooledConnAdapter(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.tsccmMethods in org.apache.http.impl.conn.tsccm that return AbstractPoolEntryModifier and TypeMethodDescriptionprotected AbstractPoolEntryBasicPooledConnAdapter.getPoolEntry()Deprecated.Constructors in org.apache.http.impl.conn.tsccm with parameters of type AbstractPoolEntryModifierConstructorDescriptionprotectedDeprecated.Creates a new adapter.