Uses of Class
org.apache.http.impl.client.cache.CachingHttpAsyncClient
-
Packages that use CachingHttpAsyncClient Package Description org.apache.http.impl.client.cache HTTP/1.1 client-side caching. -
-
Uses of CachingHttpAsyncClient in org.apache.http.impl.client.cache
Fields in org.apache.http.impl.client.cache declared as CachingHttpAsyncClient Modifier and Type Field Description private CachingHttpAsyncClient
AsynchronousAsyncValidationRequest. cachingAsyncClient
private CachingHttpAsyncClient
AsynchronousAsyncValidator. cachingAsyncClient
Constructors in org.apache.http.impl.client.cache with parameters of type CachingHttpAsyncClient 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.AsynchronousAsyncValidator(CachingHttpAsyncClient cachingClient, java.util.concurrent.ExecutorService executor)
Create AsynchronousValidator which will make revalidation requests using the suppliedCachingHttpAsyncClient
andExecutorService
.AsynchronousAsyncValidator(CachingHttpAsyncClient cachingClient, org.apache.http.impl.client.cache.CacheConfig config)
Create AsynchronousValidator which will make revalidation requests using the suppliedCachingHttpAsyncClient
, and aThreadPoolExecutor
generated according to the thread pool settings provided in the givenCacheConfig
.
-