Uses of Class
org.apache.http.impl.conn.HttpPoolEntry
Packages that use HttpPoolEntry
Package
Description
Default implementations of client connection management
functions.
-
Uses of HttpPoolEntry in org.apache.http.impl.conn
Fields in org.apache.http.impl.conn declared as HttpPoolEntryModifier and TypeFieldDescriptionprivate HttpPoolEntry
BasicClientConnectionManager.poolEntry
Deprecated.The one and only entry in this pool.private HttpPoolEntry
ManagedClientConnectionImpl.poolEntry
Deprecated.Methods in org.apache.http.impl.conn that return HttpPoolEntryModifier and TypeMethodDescriptionprotected HttpPoolEntry
HttpConnPool.createEntry
(HttpRoute route, OperatedClientConnection conn) Deprecated.(package private) HttpPoolEntry
ManagedClientConnectionImpl.detach()
Deprecated.private HttpPoolEntry
ManagedClientConnectionImpl.ensurePoolEntry()
Deprecated.(package private) HttpPoolEntry
ManagedClientConnectionImpl.getPoolEntry()
Deprecated.Methods in org.apache.http.impl.conn with parameters of type HttpPoolEntryModifier and TypeMethodDescriptionprivate String
PoolingClientConnectionManager.format
(HttpPoolEntry entry) Deprecated.Method parameters in org.apache.http.impl.conn with type arguments of type HttpPoolEntryModifier and TypeMethodDescription(package private) ManagedClientConnection
PoolingClientConnectionManager.leaseConnection
(Future<HttpPoolEntry> future, long timeout, TimeUnit timeUnit) Deprecated.Constructors in org.apache.http.impl.conn with parameters of type HttpPoolEntryModifierConstructorDescription(package private)
ManagedClientConnectionImpl
(ClientConnectionManager manager, ClientConnectionOperator operator, HttpPoolEntry entry) Deprecated.