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.AsynchronousValidatorCachingHttpClient. asynchRevalidatorDeprecated.private CachingHttpClient.AsynchronousValidatorCachingHttpClient.AsynchronousValidationRequest. parentMethods in org.apache.http.impl.client.cache that return CachingHttpClient.AsynchronousValidator Modifier and Type Method Description private CachingHttpClient.AsynchronousValidatorCachingHttpClient. 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.AsynchronousValidatorto schedule a revalidation.
-