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

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

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

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

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

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

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



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