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 HttpPoolEntryManagedClientAsyncConnectionImpl. poolEntryDeprecated.Methods in org.apache.http.impl.nio.conn that return HttpPoolEntry Modifier and Type Method Description protected 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 HttpPoolEntry Modifier and Type Method Description voidPoolingClientAsyncConnectionManager.InternalPoolEntryCallback. completed(HttpPoolEntry entry)private java.lang.StringPoolingClientAsyncConnectionManager. 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.
-