Uses of Interface
org.apache.http.nio.client.HttpAsyncClient

Packages that use HttpAsyncClient
org.apache.http.impl.client.cache   
org.apache.http.impl.nio.client   
org.apache.http.nio.client.util   
 

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

Classes in org.apache.http.impl.client.cache that implement HttpAsyncClient
 class CachingHttpAsyncClient
           
 

Constructors in org.apache.http.impl.client.cache with parameters of type HttpAsyncClient
CachingHttpAsyncClient(HttpAsyncClient client)
           
CachingHttpAsyncClient(HttpAsyncClient client, org.apache.http.impl.client.cache.CacheConfig config)
           
CachingHttpAsyncClient(HttpAsyncClient client, org.apache.http.client.cache.HttpCacheStorage storage, org.apache.http.impl.client.cache.CacheConfig config)
           
CachingHttpAsyncClient(HttpAsyncClient client, org.apache.http.client.cache.ResourceFactory resourceFactory, org.apache.http.client.cache.HttpCacheStorage storage, org.apache.http.impl.client.cache.CacheConfig config)
           
 

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

Classes in org.apache.http.impl.nio.client that implement HttpAsyncClient
 class AbstractHttpAsyncClient
          Deprecated. 
 class CloseableHttpAsyncClient
           
 class DefaultHttpAsyncClient
          Deprecated. 
 

Uses of HttpAsyncClient in org.apache.http.nio.client.util
 

Methods in org.apache.http.nio.client.util with parameters of type HttpAsyncClient
static void HttpAsyncClientUtils.closeQuietly(HttpAsyncClient httpAsyncClient)
          Deprecated. 
 



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