Uses of Class
org.apache.http.impl.nio.conn.HttpPoolEntry
Packages that use HttpPoolEntry
Package
Description
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 HttpPoolEntryModifier and TypeFieldDescriptionprivate HttpPoolEntry
ManagedClientAsyncConnectionImpl.poolEntry
Deprecated.Methods in org.apache.http.impl.nio.conn that return HttpPoolEntryModifier and TypeMethodDescriptionprotected 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 HttpPoolEntryModifier and TypeMethodDescriptionvoid
PoolingClientAsyncConnectionManager.InternalPoolEntryCallback.completed
(HttpPoolEntry entry) private String
PoolingClientAsyncConnectionManager.format
(HttpPoolEntry entry) Deprecated.Constructors in org.apache.http.impl.nio.conn with parameters of type HttpPoolEntryModifierConstructorDescription(package private)
ManagedClientAsyncConnectionImpl
(ClientAsyncConnectionManager manager, ClientAsyncConnectionFactory connFactory, HttpPoolEntry poolEntry) Deprecated.