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 HttpPoolEntryBasicClientConnectionManager. poolEntryDeprecated.The one and only entry in this pool.private HttpPoolEntryManagedClientConnectionImpl. poolEntryDeprecated.Methods in org.apache.http.impl.conn that return HttpPoolEntry Modifier and Type Method Description protected 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 HttpPoolEntry Modifier and Type Method Description private java.lang.StringPoolingClientConnectionManager. 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) ManagedClientConnectionPoolingClientConnectionManager. 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.
-