Uses of Interface
org.apache.http.nio.conn.ManagedClientAsyncConnection

Packages that use ManagedClientAsyncConnection
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.conn
 

Methods in org.apache.http.impl.nio.conn that return types with arguments of type ManagedClientAsyncConnection
 Future<ManagedClientAsyncConnection> PoolingClientAsyncConnectionManager.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.impl.nio.conn with parameters of type ManagedClientAsyncConnection
 void PoolingClientAsyncConnectionManager.releaseConnection(ManagedClientAsyncConnection conn, long keepalive, TimeUnit timeUnit)
          Deprecated.  
 

Method parameters in org.apache.http.impl.nio.conn with type arguments of type ManagedClientAsyncConnection
 Future<ManagedClientAsyncConnection> PoolingClientAsyncConnectionManager.leaseConnection(org.apache.http.conn.routing.HttpRoute route, Object state, long connectTimeout, TimeUnit timeUnit, org.apache.http.concurrent.FutureCallback<ManagedClientAsyncConnection> callback)
          Deprecated.  
 

Uses of ManagedClientAsyncConnection in org.apache.http.nio.conn
 

Methods in org.apache.http.nio.conn that return types with arguments of type ManagedClientAsyncConnection
 Future<ManagedClientAsyncConnection> ClientAsyncConnectionManager.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 ManagedClientAsyncConnection
 void ClientAsyncConnectionManager.releaseConnection(ManagedClientAsyncConnection session, long validDuration, TimeUnit timeUnit)
          Deprecated.  
 

Method parameters in org.apache.http.nio.conn with type arguments of type ManagedClientAsyncConnection
 Future<ManagedClientAsyncConnection> ClientAsyncConnectionManager.leaseConnection(org.apache.http.conn.routing.HttpRoute route, Object state, long connectTimeout, TimeUnit timeUnit, org.apache.http.concurrent.FutureCallback<ManagedClientAsyncConnection> callback)
          Deprecated.  
 



Copyright © 2010–2021 The Apache Software Foundation. All rights reserved.