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 CachingHttpAsyncClientAsynchronousAsyncValidationRequest.cachingAsyncClientprivate final CachingHttpAsyncClientAsynchronousAsyncValidator.cachingAsyncClientConstructors 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 byAsynchronousValidatorto schedule a revalidation.(package private)AsynchronousAsyncValidator(CachingHttpAsyncClient cachingClient, ExecutorService executor) Create AsynchronousValidator which will make revalidation requests using the suppliedCachingHttpAsyncClientandExecutorService.AsynchronousAsyncValidator(CachingHttpAsyncClient cachingClient, org.apache.http.impl.client.cache.CacheConfig config) Create AsynchronousValidator which will make revalidation requests using the suppliedCachingHttpAsyncClient, and aThreadPoolExecutorgenerated according to the thread pool settings provided in the givenCacheConfig.