Uses of Interface
org.apache.http.nio.client.HttpAsyncClient
-
Packages that use HttpAsyncClient Package Description 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 Modifier and Type Class Description class
CachingHttpAsyncClient
Constructors in org.apache.http.impl.client.cache with parameters of type HttpAsyncClient Constructor Description CachingHttpAsyncClient(HttpAsyncClient client)
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)
CachingHttpAsyncClient(HttpAsyncClient client, 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 Modifier and Type Class Description class
AbstractHttpAsyncClient
Deprecated.class
CloseableHttpAsyncClient
Base implementation ofHttpAsyncClient
that also implementsCloseable
.class
CloseableHttpPipeliningClient
Base implementation ofHttpPipeliningClient
that also implementsCloseable
.class
DefaultHttpAsyncClient
Deprecated. -
Uses of HttpAsyncClient in org.apache.http.nio.client
Subinterfaces of HttpAsyncClient in org.apache.http.nio.client Modifier and Type Interface Description interface
HttpPipeliningClient
This interface represents only the most basic contract for HTTP request execution.
-