Uses of Interface
org.apache.hc.client5.http.impl.cache.HttpAsyncCache
-
Packages that use HttpAsyncCache Package Description org.apache.hc.client5.http.impl.cache Caching API implementation for both the classic and the asynchronous HTTP transports. -
-
Uses of HttpAsyncCache in org.apache.hc.client5.http.impl.cache
Classes in org.apache.hc.client5.http.impl.cache that implement HttpAsyncCache Modifier and Type Class Description (package private) class
BasicHttpAsyncCache
Fields in org.apache.hc.client5.http.impl.cache declared as HttpAsyncCache Modifier and Type Field Description private HttpAsyncCache
AsyncCachingExec. responseCache
Constructors in org.apache.hc.client5.http.impl.cache with parameters of type HttpAsyncCache Constructor Description AsyncCachingExec(HttpAsyncCache cache, java.util.concurrent.ScheduledExecutorService executorService, SchedulingStrategy schedulingStrategy, CacheConfig config)
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)
-