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 CachingHttpClient
CachingHttpClient.AsynchronousValidationRequest. cachingClient
private CachingHttpClient
CachingHttpClient.AsynchronousValidator. cachingClient
Constructors 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.AsynchronousValidator
to schedule a revalidation.AsynchronousValidator(CachingHttpClient cachingClient, java.util.concurrent.ExecutorService executor)
Create AsynchronousValidator which will make revalidation requests using the suppliedCachingHttpClient
andExecutorService
.AsynchronousValidator(CachingHttpClient cachingClient, CacheConfig config)
Create AsynchronousValidator which will make revalidation requests using the suppliedCachingHttpClient
, and aThreadPoolExecutor
generated according to the thread pool settings provided in the givenCacheConfig
.
-