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 ResourceFactoryBasicHttpAsyncCache.resourceFactoryprivate final ResourceFactoryBasicHttpCache.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 ResourceFactoryModifierConstructorDescriptionBasicHttpAsyncCache(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)