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 ResourceFactoryCacheUpdateHandler. 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)
-