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

Packages that use ClientAsyncConnection
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 ClientAsyncConnection in org.apache.http.impl.nio.conn
 

Classes in org.apache.http.impl.nio.conn that implement ClientAsyncConnection
 class DefaultClientAsyncConnection
          Deprecated. 
 

Methods in org.apache.http.impl.nio.conn that return ClientAsyncConnection
 ClientAsyncConnection DefaultClientAsyncConnectionFactory.create(String id, org.apache.http.nio.reactor.IOSession ioSession, org.apache.http.params.HttpParams params)
          Deprecated. 
 

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

Methods in org.apache.http.nio.conn that return ClientAsyncConnection
 ClientAsyncConnection ClientAsyncConnectionFactory.create(String id, org.apache.http.nio.reactor.IOSession ioSession, org.apache.http.params.HttpParams params)
          Deprecated.  
 



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