Uses of Class
org.apache.http.impl.client.cache.AsynchronousAsyncValidator
-
Packages that use AsynchronousAsyncValidator Package Description org.apache.http.impl.client.cache HTTP/1.1 client-side caching. -
-
Uses of AsynchronousAsyncValidator in org.apache.http.impl.client.cache
Fields in org.apache.http.impl.client.cache declared as AsynchronousAsyncValidator Modifier and Type Field Description private AsynchronousAsyncValidator
CachingHttpAsyncClient. asynchAsyncRevalidator
private AsynchronousAsyncValidator
AsynchronousAsyncValidationRequest. parent
Methods in org.apache.http.impl.client.cache that return AsynchronousAsyncValidator Modifier and Type Method Description private AsynchronousAsyncValidator
CachingHttpAsyncClient. makeAsynchronousValidator(org.apache.http.impl.client.cache.CacheConfig config)
Constructors in org.apache.http.impl.client.cache with parameters of type AsynchronousAsyncValidator Constructor Description 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, java.lang.String identifier)
Used internally byAsynchronousValidator
to schedule a revalidation.
-