Uses of Interface
org.apache.http.nio.conn.ManagedClientAsyncConnection
-
Packages that use ManagedClientAsyncConnection Package Description org.apache.http.impl.nio.client Default asynchronous HTTP client implementation.org.apache.http.impl.nio.conn Default implementations of asynchronous client connection management functions.org.apache.http.nio.conn Asynchronous client connection management APIs. -
-
Uses of ManagedClientAsyncConnection in org.apache.http.impl.nio.client
Fields in org.apache.http.impl.nio.client declared as ManagedClientAsyncConnection Modifier and Type Field Description private ManagedClientAsyncConnectionDefaultAsyncRequestDirector. managedConnDeprecated.Methods in org.apache.http.impl.nio.client with parameters of type ManagedClientAsyncConnection Modifier and Type Method Description voidDefaultAsyncRequestDirector.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 ManagedClientAsyncConnection Modifier and Type Class Description (package private) classManagedClientAsyncConnectionImplDeprecated.Fields in org.apache.http.impl.nio.conn with type parameters of type ManagedClientAsyncConnection Modifier and Type Field Description private org.apache.http.concurrent.BasicFuture<ManagedClientAsyncConnection>PoolingClientAsyncConnectionManager.InternalPoolEntryCallback. futureMethods in org.apache.http.impl.nio.conn that return types with arguments of type ManagedClientAsyncConnection Modifier and Type Method Description java.util.concurrent.Future<ManagedClientAsyncConnection>PoolingClientAsyncConnectionManager. leaseConnection(org.apache.http.conn.routing.HttpRoute route, java.lang.Object state, long connectTimeout, java.util.concurrent.TimeUnit tunit, org.apache.http.concurrent.FutureCallback<ManagedClientAsyncConnection> callback)Deprecated.Methods in org.apache.http.impl.nio.conn with parameters of type ManagedClientAsyncConnection Modifier and Type Method Description voidPoolingClientAsyncConnectionManager. releaseConnection(ManagedClientAsyncConnection conn, long keepalive, java.util.concurrent.TimeUnit tunit)Deprecated.Method parameters in org.apache.http.impl.nio.conn with type arguments of type ManagedClientAsyncConnection Modifier and Type Method Description java.util.concurrent.Future<ManagedClientAsyncConnection>PoolingClientAsyncConnectionManager. leaseConnection(org.apache.http.conn.routing.HttpRoute route, java.lang.Object state, long connectTimeout, java.util.concurrent.TimeUnit tunit, org.apache.http.concurrent.FutureCallback<ManagedClientAsyncConnection> callback)Deprecated.Constructor parameters in org.apache.http.impl.nio.conn with type arguments of type ManagedClientAsyncConnection Constructor Description InternalPoolEntryCallback(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 ManagedClientAsyncConnection Modifier and Type Method Description java.util.concurrent.Future<ManagedClientAsyncConnection>ClientAsyncConnectionManager. leaseConnection(org.apache.http.conn.routing.HttpRoute route, java.lang.Object state, long connectTimeout, java.util.concurrent.TimeUnit timeUnit, org.apache.http.concurrent.FutureCallback<ManagedClientAsyncConnection> callback)Deprecated.Methods in org.apache.http.nio.conn with parameters of type ManagedClientAsyncConnection Modifier and Type Method Description voidClientAsyncConnectionManager. releaseConnection(ManagedClientAsyncConnection session, long validDuration, java.util.concurrent.TimeUnit timeUnit)Deprecated.Method parameters in org.apache.http.nio.conn with type arguments of type ManagedClientAsyncConnection Modifier and Type Method Description java.util.concurrent.Future<ManagedClientAsyncConnection>ClientAsyncConnectionManager. leaseConnection(org.apache.http.conn.routing.HttpRoute route, java.lang.Object state, long connectTimeout, java.util.concurrent.TimeUnit timeUnit, org.apache.http.concurrent.FutureCallback<ManagedClientAsyncConnection> callback)Deprecated.
-