Uses of Class
org.apache.http.impl.client.cache.CachingExec
-
Packages that use CachingExec 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 CachingExec in org.apache.http.impl.client.cache
Fields in org.apache.http.impl.client.cache declared as CachingExec Modifier and Type Field Description private CachingExec
AsynchronousValidationRequest. cachingExec
Methods in org.apache.http.impl.client.cache with parameters of type CachingExec Modifier and Type Method Description void
AsynchronousValidator. revalidateCacheEntry(CachingExec cachingExec, HttpRoute route, HttpRequestWrapper request, HttpClientContext context, HttpExecutionAware execAware, HttpCacheEntry entry)
Schedules an asynchronous revalidationConstructors in org.apache.http.impl.client.cache with parameters of type CachingExec Constructor Description AsynchronousValidationRequest(AsynchronousValidator parent, CachingExec cachingExec, HttpRoute route, HttpRequestWrapper request, HttpClientContext context, HttpExecutionAware execAware, HttpCacheEntry cacheEntry, java.lang.String identifier, int consecutiveFailedAttempts)
Used internally byAsynchronousValidator
to schedule a revalidation.
-