Uses of Interface
org.apache.http.nio.conn.ManagedClientAsyncConnection
Packages that use ManagedClientAsyncConnection
Package
Description
Default asynchronous HTTP client implementation.
Default implementations of asynchronous client connection
management functions.
Asynchronous client connection management APIs.
-
Uses of ManagedClientAsyncConnection in org.apache.http.impl.nio.client
Classes in org.apache.http.impl.nio.client that implement interfaces with type arguments of type ManagedClientAsyncConnectionModifier and TypeClassDescription(package private) classDeprecated.Fields in org.apache.http.impl.nio.client declared as ManagedClientAsyncConnectionModifier and TypeFieldDescriptionprivate ManagedClientAsyncConnectionDefaultAsyncRequestDirector.managedConnDeprecated.Methods in org.apache.http.impl.nio.client with parameters of type ManagedClientAsyncConnectionModifier and TypeMethodDescriptionvoidDefaultAsyncRequestDirector.InternalFutureCallback.completed(ManagedClientAsyncConnection session) private voidDefaultAsyncRequestDirector.connectionRequestCompleted(ManagedClientAsyncConnection conn) Deprecated. -
Uses of ManagedClientAsyncConnection in org.apache.http.impl.nio.conn
Classes in org.apache.http.impl.nio.conn that implement ManagedClientAsyncConnectionModifier and TypeClassDescription(package private) classDeprecated.Fields in org.apache.http.impl.nio.conn with type parameters of type ManagedClientAsyncConnectionModifier and TypeFieldDescriptionprivate final org.apache.http.concurrent.BasicFuture<ManagedClientAsyncConnection> PoolingClientAsyncConnectionManager.InternalPoolEntryCallback.futureMethods in org.apache.http.impl.nio.conn that return types with arguments of type ManagedClientAsyncConnectionModifier and TypeMethodDescriptionPoolingClientAsyncConnectionManager.leaseConnection(org.apache.http.conn.routing.HttpRoute route, Object state, long connectTimeout, TimeUnit tunit, org.apache.http.concurrent.FutureCallback<ManagedClientAsyncConnection> callback) Deprecated.Methods in org.apache.http.impl.nio.conn with parameters of type ManagedClientAsyncConnectionModifier and TypeMethodDescriptionvoidPoolingClientAsyncConnectionManager.releaseConnection(ManagedClientAsyncConnection conn, long keepalive, TimeUnit tunit) Deprecated.Method parameters in org.apache.http.impl.nio.conn with type arguments of type ManagedClientAsyncConnectionModifier and TypeMethodDescriptionPoolingClientAsyncConnectionManager.leaseConnection(org.apache.http.conn.routing.HttpRoute route, Object state, long connectTimeout, TimeUnit tunit, org.apache.http.concurrent.FutureCallback<ManagedClientAsyncConnection> callback) Deprecated.Constructor parameters in org.apache.http.impl.nio.conn with type arguments of type ManagedClientAsyncConnectionModifierConstructorDescriptionInternalPoolEntryCallback(org.apache.http.concurrent.BasicFuture<ManagedClientAsyncConnection> future) -
Uses of ManagedClientAsyncConnection in org.apache.http.nio.conn
Methods in org.apache.http.nio.conn that return types with arguments of type ManagedClientAsyncConnectionModifier and TypeMethodDescriptionClientAsyncConnectionManager.leaseConnection(org.apache.http.conn.routing.HttpRoute route, Object state, long connectTimeout, TimeUnit timeUnit, org.apache.http.concurrent.FutureCallback<ManagedClientAsyncConnection> callback) Deprecated.Methods in org.apache.http.nio.conn with parameters of type ManagedClientAsyncConnectionModifier and TypeMethodDescriptionvoidClientAsyncConnectionManager.releaseConnection(ManagedClientAsyncConnection session, long validDuration, TimeUnit timeUnit) Deprecated.Method parameters in org.apache.http.nio.conn with type arguments of type ManagedClientAsyncConnectionModifier and TypeMethodDescriptionClientAsyncConnectionManager.leaseConnection(org.apache.http.conn.routing.HttpRoute route, Object state, long connectTimeout, TimeUnit timeUnit, org.apache.http.concurrent.FutureCallback<ManagedClientAsyncConnection> callback) Deprecated.