Uses of Interface
org.apache.http.client.cache.ResourceFactory
-
Packages that use ResourceFactory Package Description org.apache.http.impl.client.cache This package contains a cache module that can be used for HTTP/1.1 client-side caching. -
-
Uses of ResourceFactory in org.apache.http.impl.client.cache
Classes in org.apache.http.impl.client.cache that implement ResourceFactory Modifier and Type Class Description classFileResourceFactoryGeneratesResourceinstances whose body is stored in a temporary file.classHeapResourceFactoryGeneratesResourceinstances stored entirely in heap.Methods in org.apache.http.impl.client.cache with parameters of type ResourceFactory Modifier and Type Method Description CachingHttpClientBuilderCachingHttpClientBuilder. setResourceFactory(ResourceFactory resourceFactory)Constructors in org.apache.http.impl.client.cache with parameters of type ResourceFactory Constructor Description CachingExec(org.apache.http.impl.execchain.ClientExecChain backend, ResourceFactory resourceFactory, HttpCacheStorage storage, CacheConfig config)CachingHttpClient(org.apache.http.client.HttpClient client, ResourceFactory resourceFactory, HttpCacheStorage storage, CacheConfig config)Deprecated.Constructs aCachingHttpClientwith the given caching options that stores cache entries in the provided storage backend and uses the givenHttpClientfor backend requests.
-