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) CacheConfigCachingExecBase. cacheConfigprivate CacheConfigCachingH2AsyncClientBuilder. cacheConfigprivate CacheConfigCachingHttpAsyncClientBuilder. cacheConfigprivate CacheConfigCachingHttpClientBuilder. cacheConfigstatic CacheConfigCacheConfig. DEFAULTMethods in org.apache.hc.client5.http.impl.cache that return CacheConfig Modifier and Type Method Description CacheConfigCacheConfig.Builder. build()protected CacheConfigCacheConfig. clone()Methods in org.apache.hc.client5.http.impl.cache with parameters of type CacheConfig Modifier and Type Method Description static CacheConfig.BuilderCacheConfig. copy(CacheConfig config)CachingH2AsyncClientBuilderCachingH2AsyncClientBuilder. setCacheConfig(CacheConfig cacheConfig)CachingHttpAsyncClientBuilderCachingHttpAsyncClientBuilder. setCacheConfig(CacheConfig cacheConfig)CachingHttpClientBuilderCachingHttpClientBuilder. setCacheConfig(CacheConfig cacheConfig)
-