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 class
FileResourceFactory
GeneratesResource
instances whose body is stored in a temporary file.class
HeapResourceFactory
GeneratesResource
instances stored entirely in heap.Fields in org.apache.hc.client5.http.impl.cache declared as ResourceFactory Modifier and Type Field Description private 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 ResourceFactory Modifier and Type Method Description CachingH2AsyncClientBuilder
CachingH2AsyncClientBuilder. setResourceFactory(ResourceFactory resourceFactory)
CachingHttpAsyncClientBuilder
CachingHttpAsyncClientBuilder. setResourceFactory(ResourceFactory resourceFactory)
CachingHttpClientBuilder
CachingHttpClientBuilder. setResourceFactory(ResourceFactory resourceFactory)
-