Uses of Class
org.apache.http.impl.client.cache.AsynchronousAsyncValidator
Packages that use AsynchronousAsyncValidator
-
Uses of AsynchronousAsyncValidator in org.apache.http.impl.client.cache
Fields in org.apache.http.impl.client.cache declared as AsynchronousAsyncValidatorModifier and TypeFieldDescriptionprivate final AsynchronousAsyncValidator
CachingHttpAsyncClient.asynchAsyncRevalidator
private final AsynchronousAsyncValidator
AsynchronousAsyncValidationRequest.parent
Methods in org.apache.http.impl.client.cache that return AsynchronousAsyncValidatorModifier and TypeMethodDescriptionprivate AsynchronousAsyncValidator
CachingHttpAsyncClient.makeAsynchronousValidator
(org.apache.http.impl.client.cache.CacheConfig config) Constructors in org.apache.http.impl.client.cache with parameters of type AsynchronousAsyncValidatorModifierConstructorDescription(package private)
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, String identifier) Used internally byAsynchronousValidator
to schedule a revalidation.