Uses of Class
org.apache.http.impl.conn.HttpPoolEntry
-
Packages that use HttpPoolEntry Package Description org.apache.http.impl.conn 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 HttpPoolEntry Modifier and Type Field Description private 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 HttpPoolEntry Modifier and Type Method Description protected 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 HttpPoolEntry Modifier and Type Method Description private java.lang.String
PoolingClientConnectionManager. format(HttpPoolEntry entry)
Deprecated.Method parameters in org.apache.http.impl.conn with type arguments of type HttpPoolEntry Modifier and Type Method Description (package private) ManagedClientConnection
PoolingClientConnectionManager. leaseConnection(java.util.concurrent.Future<HttpPoolEntry> future, long timeout, java.util.concurrent.TimeUnit timeUnit)
Deprecated.Constructors in org.apache.http.impl.conn with parameters of type HttpPoolEntry Constructor Description ManagedClientConnectionImpl(ClientConnectionManager manager, ClientConnectionOperator operator, HttpPoolEntry entry)
Deprecated.
-