Uses of Class
org.apache.http.impl.client.cache.CachingHttpAsyncClient
Packages that use CachingHttpAsyncClient
-
Uses of CachingHttpAsyncClient in org.apache.http.impl.client.cache
Fields in org.apache.http.impl.client.cache declared as CachingHttpAsyncClientModifier and TypeFieldDescriptionprivate final CachingHttpAsyncClient
AsynchronousAsyncValidationRequest.cachingAsyncClient
private final CachingHttpAsyncClient
AsynchronousAsyncValidator.cachingAsyncClient
Constructors in org.apache.http.impl.client.cache with parameters of type CachingHttpAsyncClientModifierConstructorDescription(package private)
AsynchronousAsyncValidationRequest
(AsynchronousAsyncValidator parent, CachingHttpAsyncClient cachingClient, org.apache.http.HttpHost target, org.apache.http.client.methods.HttpRequestWrapper request, org.apache.http.client.cache.HttpCacheContext clientContext, org.apache.http.client.cache.HttpCacheEntry cacheEntry, String identifier) Used internally byAsynchronousValidator
to schedule a revalidation.(package private)
AsynchronousAsyncValidator
(CachingHttpAsyncClient cachingClient, ExecutorService executor) Create AsynchronousValidator which will make revalidation requests using the suppliedCachingHttpAsyncClient
andExecutorService
.AsynchronousAsyncValidator
(CachingHttpAsyncClient cachingClient, org.apache.http.impl.client.cache.CacheConfig config) Create AsynchronousValidator which will make revalidation requests using the suppliedCachingHttpAsyncClient
, and aThreadPoolExecutor
generated according to the thread pool settings provided in the givenCacheConfig
.