Uses of Class
org.apache.hc.client5.http.impl.cache.DefaultAsyncCacheRevalidator
-
Packages that use DefaultAsyncCacheRevalidator Package Description org.apache.hc.client5.http.impl.cache Caching API implementation for both the classic and the asynchronous HTTP transports. -
-
Uses of DefaultAsyncCacheRevalidator in org.apache.hc.client5.http.impl.cache
Fields in org.apache.hc.client5.http.impl.cache declared as DefaultAsyncCacheRevalidator Modifier and Type Field Description private DefaultAsyncCacheRevalidator
AsyncCachingExec. cacheRevalidator
Constructors in org.apache.hc.client5.http.impl.cache with parameters of type DefaultAsyncCacheRevalidator Constructor Description AsyncCachingExec(HttpAsyncCache responseCache, CacheValidityPolicy validityPolicy, ResponseCachingPolicy responseCachingPolicy, CachedHttpResponseGenerator responseGenerator, CacheableRequestPolicy cacheableRequestPolicy, CachedResponseSuitabilityChecker suitabilityChecker, ResponseProtocolCompliance responseCompliance, RequestProtocolCompliance requestCompliance, DefaultAsyncCacheRevalidator cacheRevalidator, ConditionalRequestBuilder<org.apache.hc.core5.http.HttpRequest> conditionalRequestBuilder, CacheConfig config)
AsyncCachingExec(HttpAsyncCache cache, DefaultAsyncCacheRevalidator cacheRevalidator, CacheConfig config)
-