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

Packages that use ClientAsyncConnectionManager
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.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 PoolingAsyncClientConnectionManager
           
 

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

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



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