Uses of Class
org.apache.http.impl.client.cache.CacheConfig
Packages that use CacheConfig
Package
Description
This package contains a cache module that can be used for HTTP/1.1
client-side caching.
-
Uses of CacheConfig in org.apache.http.impl.client.cache
Fields in org.apache.http.impl.client.cache declared as CacheConfigMethods in org.apache.http.impl.client.cache that return CacheConfigModifier and TypeMethodDescriptionCacheConfig.Builder.build()
protected CacheConfig
CacheConfig.clone()
Methods in org.apache.http.impl.client.cache with parameters of type CacheConfigModifier and TypeMethodDescriptionstatic CacheConfig.Builder
CacheConfig.copy
(CacheConfig config) final CachingHttpClientBuilder
CachingHttpClientBuilder.setCacheConfig
(CacheConfig cacheConfig) Constructors in org.apache.http.impl.client.cache with parameters of type CacheConfigModifierConstructorDescriptionBasicHttpCacheStorage
(CacheConfig config) CachingExec
(org.apache.http.impl.execchain.ClientExecChain backend, ResourceFactory resourceFactory, HttpCacheStorage storage, CacheConfig config) CachingExec
(org.apache.http.impl.execchain.ClientExecChain backend, org.apache.http.impl.client.cache.HttpCache cache, CacheConfig config) CachingExec
(org.apache.http.impl.execchain.ClientExecChain backend, org.apache.http.impl.client.cache.HttpCache cache, CacheConfig config, org.apache.http.impl.client.cache.AsynchronousValidator asynchRevalidator) CachingHttpClient
(org.apache.http.client.HttpClient client, HttpCacheStorage storage, CacheConfig config) Deprecated.Constructs aCachingHttpClient
with the given caching options that stores cache entries in the provided storage backend and uses the givenHttpClient
for backend requests.CachingHttpClient
(org.apache.http.client.HttpClient client, ResourceFactory resourceFactory, HttpCacheStorage storage, CacheConfig config) Deprecated.Constructs aCachingHttpClient
with the given caching options that stores cache entries in the provided storage backend and uses the givenHttpClient
for backend requests.CachingHttpClient
(org.apache.http.client.HttpClient client, CacheConfig config) Deprecated.Constructs aCachingHttpClient
with the given caching options that stores cache entries in memory and uses the givenHttpClient
for backend requests.CachingHttpClient
(CacheConfig config) Deprecated.Constructs aCachingHttpClient
with the given caching options that stores cache entries in memory and uses a vanillaDefaultHttpClient
for backend requests.ExponentialBackOffSchedulingStrategy
(CacheConfig cacheConfig) Create a new scheduling strategy using a fixed pool of worker threads.ExponentialBackOffSchedulingStrategy
(CacheConfig cacheConfig, long backOffRate, long initialExpiryInMillis, long maxExpiryInMillis) Create a new scheduling strategy by using a fixed pool of worker threads and the given parameters to calculated the delay.ImmediateSchedulingStrategy
(CacheConfig cacheConfig) Uses aThreadPoolExecutor
which is configured according to the givenCacheConfig
.ManagedHttpCacheStorage
(CacheConfig config)