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

Packages that use ManagedClientAsyncConnection
org.apache.http.impl.nio.conn   
org.apache.http.nio.conn   
 

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(HttpRoute route, Object state, long connectTimeout, TimeUnit tunit, FutureCallback<ManagedClientAsyncConnection> callback)
           
 

Methods in org.apache.http.impl.nio.conn with parameters of type ManagedClientAsyncConnection
 void PoolingClientAsyncConnectionManager.releaseConnection(ManagedClientAsyncConnection conn, long keepalive, TimeUnit tunit)
           
 

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

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(HttpRoute route, Object state, long connectTimeout, TimeUnit timeUnit, FutureCallback<ManagedClientAsyncConnection> callback)
           
 

Methods in org.apache.http.nio.conn with parameters of type ManagedClientAsyncConnection
 void ClientAsyncConnectionManager.releaseConnection(ManagedClientAsyncConnection session, long validDuration, TimeUnit timeUnit)
           
 

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



Copyright © 2010-2012 The Apache Software Foundation. All Rights Reserved.