Uses of Interface
org.apache.hc.client5.http.cache.ResourceFactory
-
Packages that use ResourceFactory Package Description org.apache.hc.client5.http.impl.cache Caching API implementation for both the classic and the asynchronous HTTP transports. -
-
Uses of ResourceFactory in org.apache.hc.client5.http.impl.cache
Classes in org.apache.hc.client5.http.impl.cache that implement ResourceFactory Modifier and Type Class Description classFileResourceFactoryGeneratesResourceinstances whose body is stored in a temporary file.classHeapResourceFactoryGeneratesResourceinstances stored entirely in heap.Fields in org.apache.hc.client5.http.impl.cache declared as ResourceFactory Modifier and Type Field Description private ResourceFactoryBasicHttpAsyncCache. resourceFactoryprivate ResourceFactoryBasicHttpCache. resourceFactoryprivate ResourceFactoryCachingH2AsyncClientBuilder. resourceFactoryprivate ResourceFactoryCachingHttpAsyncClientBuilder. resourceFactoryprivate ResourceFactoryCachingHttpClientBuilder. resourceFactoryMethods in org.apache.hc.client5.http.impl.cache with parameters of type ResourceFactory Modifier and Type Method Description CachingH2AsyncClientBuilderCachingH2AsyncClientBuilder. setResourceFactory(ResourceFactory resourceFactory)CachingHttpAsyncClientBuilderCachingHttpAsyncClientBuilder. setResourceFactory(ResourceFactory resourceFactory)CachingHttpClientBuilderCachingHttpClientBuilder. setResourceFactory(ResourceFactory resourceFactory)Constructors in org.apache.hc.client5.http.impl.cache with parameters of type ResourceFactory Constructor Description BasicHttpAsyncCache(ResourceFactory resourceFactory, HttpAsyncCacheStorage storage)BasicHttpAsyncCache(ResourceFactory resourceFactory, HttpAsyncCacheStorage storage, CacheKeyGenerator cacheKeyGenerator)BasicHttpAsyncCache(ResourceFactory resourceFactory, HttpCacheEntryFactory cacheEntryFactory, HttpAsyncCacheStorage storage, CacheKeyGenerator cacheKeyGenerator)BasicHttpCache(ResourceFactory resourceFactory, HttpCacheEntryFactory cacheEntryFactory, HttpCacheStorage storage, CacheKeyGenerator cacheKeyGenerator)BasicHttpCache(ResourceFactory resourceFactory, HttpCacheStorage storage)BasicHttpCache(ResourceFactory resourceFactory, HttpCacheStorage storage, CacheKeyGenerator cacheKeyGenerator)
-