Uses of Class
org.apache.http.impl.client.cache.CachingHttpClient
-
Packages that use CachingHttpClient Package Description org.apache.http.impl.client.cache This package contains a cache module that can be used for HTTP/1.1 client-side caching. -
-
Uses of CachingHttpClient in org.apache.http.impl.client.cache
Fields in org.apache.http.impl.client.cache declared as CachingHttpClient Modifier and Type Field Description private CachingHttpClientCachingHttpClient.AsynchronousValidationRequest. cachingClientprivate CachingHttpClientCachingHttpClient.AsynchronousValidator. cachingClientConstructors in org.apache.http.impl.client.cache with parameters of type CachingHttpClient Constructor Description AsynchronousValidationRequest(CachingHttpClient.AsynchronousValidator parent, CachingHttpClient cachingClient, org.apache.http.HttpHost target, HttpRequestWrapper request, org.apache.http.protocol.HttpContext context, HttpCacheEntry cacheEntry, java.lang.String identifier)Used internally byCachingHttpClient.AsynchronousValidatorto schedule a revalidation.AsynchronousValidator(CachingHttpClient cachingClient, java.util.concurrent.ExecutorService executor)Create AsynchronousValidator which will make revalidation requests using the suppliedCachingHttpClientandExecutorService.AsynchronousValidator(CachingHttpClient cachingClient, CacheConfig config)Create AsynchronousValidator which will make revalidation requests using the suppliedCachingHttpClient, and aThreadPoolExecutorgenerated according to the thread pool settings provided in the givenCacheConfig.
-