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 HttpPoolEntryBasicClientConnectionManager.poolEntryDeprecated.The one and only entry in this pool.private HttpPoolEntryManagedClientConnectionImpl.poolEntryDeprecated.Methods in org.apache.http.impl.conn that return HttpPoolEntryModifier and TypeMethodDescriptionprotected HttpPoolEntryHttpConnPool.createEntry(HttpRoute route, OperatedClientConnection conn) Deprecated.(package private) HttpPoolEntryManagedClientConnectionImpl.detach()Deprecated.private HttpPoolEntryManagedClientConnectionImpl.ensurePoolEntry()Deprecated.(package private) HttpPoolEntryManagedClientConnectionImpl.getPoolEntry()Deprecated.Methods in org.apache.http.impl.conn with parameters of type HttpPoolEntryModifier and TypeMethodDescriptionprivate StringPoolingClientConnectionManager.format(HttpPoolEntry entry) Deprecated.Method parameters in org.apache.http.impl.conn with type arguments of type HttpPoolEntryModifier and TypeMethodDescription(package private) ManagedClientConnectionPoolingClientConnectionManager.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.