Uses of Interface
org.apache.hc.client5.http.cache.ResourceFactory
Packages that use ResourceFactory
Package
Description
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 ResourceFactoryModifier and TypeClassDescriptionclass
GeneratesResource
instances whose body is stored in a temporary file.class
GeneratesResource
instances stored entirely in heap.Fields in org.apache.hc.client5.http.impl.cache declared as ResourceFactoryModifier and TypeFieldDescriptionprivate final ResourceFactory
CacheUpdateHandler.resourceFactory
private ResourceFactory
CachingH2AsyncClientBuilder.resourceFactory
private ResourceFactory
CachingHttpAsyncClientBuilder.resourceFactory
private ResourceFactory
CachingHttpClientBuilder.resourceFactory
Methods in org.apache.hc.client5.http.impl.cache with parameters of type ResourceFactoryModifier and TypeMethodDescriptionCachingH2AsyncClientBuilder.setResourceFactory
(ResourceFactory resourceFactory) CachingHttpAsyncClientBuilder.setResourceFactory
(ResourceFactory resourceFactory) final CachingHttpClientBuilder
CachingHttpClientBuilder.setResourceFactory
(ResourceFactory resourceFactory) Constructors in org.apache.hc.client5.http.impl.cache with parameters of type ResourceFactoryModifierConstructorDescription(package private)
AsyncCachingExec
(ResourceFactory resourceFactory, HttpAsyncCacheStorage storage, ScheduledExecutorService executorService, SchedulingStrategy schedulingStrategy, CacheConfig config) BasicHttpAsyncCache
(ResourceFactory resourceFactory, HttpAsyncCacheStorage storage) BasicHttpAsyncCache
(ResourceFactory resourceFactory, HttpAsyncCacheStorage storage, CacheKeyGenerator cacheKeyGenerator) BasicHttpAsyncCache
(ResourceFactory resourceFactory, HttpAsyncCacheStorage storage, CacheKeyGenerator cacheKeyGenerator, HttpAsyncCacheInvalidator cacheInvalidator) BasicHttpCache
(ResourceFactory resourceFactory, HttpCacheStorage storage) BasicHttpCache
(ResourceFactory resourceFactory, HttpCacheStorage storage, CacheKeyGenerator cacheKeyGenerator) BasicHttpCache
(ResourceFactory resourceFactory, HttpCacheStorage storage, CacheKeyGenerator cacheKeyGenerator, HttpCacheInvalidator cacheInvalidator) (package private)
CacheUpdateHandler
(ResourceFactory resourceFactory) (package private)
CachingExec
(ResourceFactory resourceFactory, HttpCacheStorage storage, ScheduledExecutorService executorService, SchedulingStrategy schedulingStrategy, CacheConfig config)