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 classCachingHttpAsyncClientConstructors 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 classAbstractHttpAsyncClientDeprecated.classCloseableHttpAsyncClientBase implementation ofHttpAsyncClientthat also implementsCloseable.classCloseableHttpPipeliningClientBase implementation ofHttpPipeliningClientthat also implementsCloseable.classDefaultHttpAsyncClientDeprecated. -
Uses of HttpAsyncClient in org.apache.http.nio.client
Subinterfaces of HttpAsyncClient in org.apache.http.nio.client Modifier and Type Interface Description interfaceHttpPipeliningClientThis interface represents only the most basic contract for HTTP request execution.
-