Uses of Class
org.apache.hc.client5.http.impl.cache.CachingH2AsyncClientBuilder
Packages that use CachingH2AsyncClientBuilder
Package
Description
Caching API implementation for both the classic and
the asynchronous HTTP transports.
-
Uses of CachingH2AsyncClientBuilder in org.apache.hc.client5.http.impl.cache
Methods in org.apache.hc.client5.http.impl.cache that return CachingH2AsyncClientBuilderModifier and TypeMethodDescriptionstatic CachingH2AsyncClientBuilder
CachingH2AsyncClientBuilder.create()
static CachingH2AsyncClientBuilder
CachingHttpAsyncClients.customHttp2()
Creates builder object for construction of custom HTTP/2CloseableHttpAsyncClient
instances.CachingH2AsyncClientBuilder.setCacheConfig
(CacheConfig cacheConfig) CachingH2AsyncClientBuilder.setCacheDir
(File cacheDir) CachingH2AsyncClientBuilder.setDeleteCache
(boolean deleteCache) CachingH2AsyncClientBuilder.setHttpCacheInvalidator
(HttpAsyncCacheInvalidator cacheInvalidator) CachingH2AsyncClientBuilder.setHttpCacheStorage
(HttpAsyncCacheStorage storage) CachingH2AsyncClientBuilder.setHttpCacheStorage
(HttpCacheStorage storage) CachingH2AsyncClientBuilder.setResourceFactory
(ResourceFactory resourceFactory) CachingH2AsyncClientBuilder.setSchedulingStrategy
(SchedulingStrategy schedulingStrategy)