Uses of Interface
org.apache.http.nio.client.HttpAsyncClient
Packages that use HttpAsyncClient
Package
Description
HTTP/1.1 client-side caching.
Default asynchronous HTTP client implementation.
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 HttpAsyncClientConstructors in org.apache.http.impl.client.cache with parameters of type HttpAsyncClientModifierConstructorDescriptionCachingHttpAsyncClient(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 HttpAsyncClientModifier and TypeClassDescriptionclassDeprecated.classBase implementation ofHttpAsyncClientthat also implementsCloseable.classBase implementation ofHttpPipeliningClientthat also implementsCloseable.classDeprecated. -
Uses of HttpAsyncClient in org.apache.http.nio.client
Subinterfaces of HttpAsyncClient in org.apache.http.nio.clientModifier and TypeInterfaceDescriptioninterfaceThis interface represents only the most basic contract for HTTP request execution.