Uses of Class
org.apache.http.impl.nio.conn.HttpPoolEntry
-
Packages that use HttpPoolEntry Package Description org.apache.http.impl.nio.conn Default implementations of asynchronous client connection management functions. -
-
Uses of HttpPoolEntry in org.apache.http.impl.nio.conn
Fields in org.apache.http.impl.nio.conn declared as HttpPoolEntry Modifier and Type Field Description private HttpPoolEntry
ManagedClientAsyncConnectionImpl. poolEntry
Deprecated.Methods in org.apache.http.impl.nio.conn that return HttpPoolEntry Modifier and Type Method Description protected HttpPoolEntry
HttpNIOConnPool. createEntry(org.apache.http.conn.routing.HttpRoute route, org.apache.http.nio.reactor.IOSession session)
Deprecated.(package private) HttpPoolEntry
ManagedClientAsyncConnectionImpl. detach()
Deprecated.private HttpPoolEntry
ManagedClientAsyncConnectionImpl. ensurePoolEntry()
Deprecated.(package private) HttpPoolEntry
ManagedClientAsyncConnectionImpl. getPoolEntry()
Deprecated.Methods in org.apache.http.impl.nio.conn with parameters of type HttpPoolEntry Modifier and Type Method Description void
PoolingClientAsyncConnectionManager.InternalPoolEntryCallback. completed(HttpPoolEntry entry)
private java.lang.String
PoolingClientAsyncConnectionManager. format(HttpPoolEntry entry)
Deprecated.Constructors in org.apache.http.impl.nio.conn with parameters of type HttpPoolEntry Constructor Description ManagedClientAsyncConnectionImpl(ClientAsyncConnectionManager manager, ClientAsyncConnectionFactory connFactory, HttpPoolEntry poolEntry)
Deprecated.
-