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 TypeClassDescriptionclassGeneratesResourceinstances whose body is stored in a temporary file.classGeneratesResourceinstances stored entirely in heap.Fields in org.apache.hc.client5.http.impl.cache declared as ResourceFactoryModifier and TypeFieldDescriptionprivate final ResourceFactoryCacheUpdateHandler.resourceFactoryprivate ResourceFactoryCachingH2AsyncClientBuilder.resourceFactoryprivate ResourceFactoryCachingHttpAsyncClientBuilder.resourceFactoryprivate ResourceFactoryCachingHttpClientBuilder.resourceFactoryMethods in org.apache.hc.client5.http.impl.cache with parameters of type ResourceFactoryModifier and TypeMethodDescriptionCachingH2AsyncClientBuilder.setResourceFactory(ResourceFactory resourceFactory) CachingHttpAsyncClientBuilder.setResourceFactory(ResourceFactory resourceFactory) final CachingHttpClientBuilderCachingHttpClientBuilder.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)