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 AsynchronousAsyncValidatorCachingHttpAsyncClient.asynchAsyncRevalidatorprivate final AsynchronousAsyncValidatorAsynchronousAsyncValidationRequest.parentMethods in org.apache.http.impl.client.cache that return AsynchronousAsyncValidatorModifier and TypeMethodDescriptionprivate AsynchronousAsyncValidatorCachingHttpAsyncClient.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 byAsynchronousValidatorto schedule a revalidation.