Uses of Class
org.apache.hc.client5.http.impl.cache.CacheConfig
-
Packages that use CacheConfig Package Description org.apache.hc.client5.http.impl.cache Caching API implementation for both the classic and the asynchronous HTTP transports. -
-
Uses of CacheConfig in org.apache.hc.client5.http.impl.cache
Fields in org.apache.hc.client5.http.impl.cache declared as CacheConfig Modifier and Type Field Description (package private) CacheConfig
CachingExecBase. cacheConfig
private CacheConfig
CachingH2AsyncClientBuilder. cacheConfig
private CacheConfig
CachingHttpAsyncClientBuilder. cacheConfig
private CacheConfig
CachingHttpClientBuilder. cacheConfig
static CacheConfig
CacheConfig. DEFAULT
Methods in org.apache.hc.client5.http.impl.cache that return CacheConfig Modifier and Type Method Description CacheConfig
CacheConfig.Builder. build()
protected CacheConfig
CacheConfig. clone()
Methods in org.apache.hc.client5.http.impl.cache with parameters of type CacheConfig Modifier and Type Method Description static CacheConfig.Builder
CacheConfig. copy(CacheConfig config)
CachingH2AsyncClientBuilder
CachingH2AsyncClientBuilder. setCacheConfig(CacheConfig cacheConfig)
CachingHttpAsyncClientBuilder
CachingHttpAsyncClientBuilder. setCacheConfig(CacheConfig cacheConfig)
CachingHttpClientBuilder
CachingHttpClientBuilder. setCacheConfig(CacheConfig cacheConfig)
-