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

Packages that use ClientAsyncConnectionManager
org.apache.http.impl.client.cache   
org.apache.http.impl.nio.client   
org.apache.http.impl.nio.conn   
org.apache.http.nio.client   
 

Uses of ClientAsyncConnectionManager in org.apache.http.impl.client.cache
 

Methods in org.apache.http.impl.client.cache that return ClientAsyncConnectionManager
 ClientAsyncConnectionManager CachingHttpAsyncClient.getConnectionManager()
           
 

Uses of ClientAsyncConnectionManager in org.apache.http.impl.nio.client
 

Methods in org.apache.http.impl.nio.client that return ClientAsyncConnectionManager
 ClientAsyncConnectionManager AbstractHttpAsyncClient.getConnectionManager()
           
 

Constructors in org.apache.http.impl.nio.client with parameters of type ClientAsyncConnectionManager
AbstractHttpAsyncClient(ClientAsyncConnectionManager connmgr)
           
DefaultHttpAsyncClient(ClientAsyncConnectionManager connmgr)
           
 

Uses of ClientAsyncConnectionManager in org.apache.http.impl.nio.conn
 

Classes in org.apache.http.impl.nio.conn that implement ClientAsyncConnectionManager
 class PoolingClientAsyncConnectionManager
           
 

Uses of ClientAsyncConnectionManager in org.apache.http.nio.client
 

Methods in org.apache.http.nio.client that return ClientAsyncConnectionManager
 ClientAsyncConnectionManager HttpAsyncClient.getConnectionManager()
           
 



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