Uses of Class
org.apache.http.impl.client.cache.CachingHttpClient.AsynchronousValidator
-
Packages that use CachingHttpClient.AsynchronousValidator 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.AsynchronousValidator in org.apache.http.impl.client.cache
Fields in org.apache.http.impl.client.cache declared as CachingHttpClient.AsynchronousValidator Modifier and Type Field Description private CachingHttpClient.AsynchronousValidator
CachingHttpClient. asynchRevalidator
Deprecated.private CachingHttpClient.AsynchronousValidator
CachingHttpClient.AsynchronousValidationRequest. parent
Methods in org.apache.http.impl.client.cache that return CachingHttpClient.AsynchronousValidator Modifier and Type Method Description private CachingHttpClient.AsynchronousValidator
CachingHttpClient. makeAsynchronousValidator(CacheConfig config)
Deprecated.Constructors in org.apache.http.impl.client.cache with parameters of type CachingHttpClient.AsynchronousValidator 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.
-