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 HttpPoolEntryManagedClientAsyncConnectionImpl.poolEntryDeprecated.Methods in org.apache.http.impl.nio.conn that return HttpPoolEntryModifier and TypeMethodDescriptionprotected HttpPoolEntryHttpNIOConnPool.createEntry(org.apache.http.conn.routing.HttpRoute route, org.apache.http.nio.reactor.IOSession session) Deprecated.(package private) HttpPoolEntryManagedClientAsyncConnectionImpl.detach()Deprecated.private HttpPoolEntryManagedClientAsyncConnectionImpl.ensurePoolEntry()Deprecated.(package private) HttpPoolEntryManagedClientAsyncConnectionImpl.getPoolEntry()Deprecated.Methods in org.apache.http.impl.nio.conn with parameters of type HttpPoolEntryModifier and TypeMethodDescriptionvoidPoolingClientAsyncConnectionManager.InternalPoolEntryCallback.completed(HttpPoolEntry entry) private StringPoolingClientAsyncConnectionManager.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.