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

Packages that use HttpAsyncClient
org.apache.http.impl.client.cache HTTP/1.1 client-side caching. 
org.apache.http.impl.nio.client Default asynchronous HTTP client implementation. 
org.apache.http.nio.client Asynchronous HTTP client communication APIs. 
 

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
          Base implementation of HttpAsyncClient that also implements Closeable.
 class CloseableHttpPipeliningClient
          Base implementation of HttpPipeliningClient that also implements Closeable.
 class DefaultHttpAsyncClient
          Deprecated. 
 

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

Subinterfaces of HttpAsyncClient in org.apache.http.nio.client
 interface HttpPipeliningClient
          This interface represents only the most basic contract for HTTP request execution.
 



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