Uses of Class
org.apache.http.impl.client.cache.CachingHttpAsyncClient
-
Packages that use CachingHttpAsyncClient Package Description org.apache.http.impl.client.cache HTTP/1.1 client-side caching. -
-
Uses of CachingHttpAsyncClient in org.apache.http.impl.client.cache
Fields in org.apache.http.impl.client.cache declared as CachingHttpAsyncClient Modifier and Type Field Description private CachingHttpAsyncClientAsynchronousAsyncValidationRequest. cachingAsyncClientprivate CachingHttpAsyncClientAsynchronousAsyncValidator. cachingAsyncClientConstructors in org.apache.http.impl.client.cache with parameters of type CachingHttpAsyncClient Constructor Description 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, java.lang.String identifier)Used internally byAsynchronousValidatorto schedule a revalidation.AsynchronousAsyncValidator(CachingHttpAsyncClient cachingClient, java.util.concurrent.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.
-