Uses of Class
org.apache.hc.client5.http.cache.Resource
Packages that use Resource
Package
Description
Caching APIs for both the classic and the asynchronous
HTTP transports.
Caching API implementation for both the classic and
the asynchronous HTTP transports.
-
Uses of Resource in org.apache.hc.client5.http.cache
Fields in org.apache.hc.client5.http.cache declared as ResourceMethods in org.apache.hc.client5.http.cache that return ResourceModifier and TypeMethodDescriptionDeprecated.Do not use.Creates aResourcefrom a given response body.Creates aResourcefrom a given response body.default ResourceCreates aResourcefrom a given response body.HttpCacheEntry.getResource()Returns theResourcecontaining the origin response body.Methods in org.apache.hc.client5.http.cache with parameters of type ResourceModifier and TypeMethodDescriptionDeprecated.Do not use.HttpCacheEntryFactory.create(Instant requestInstant, Instant responseInstant, org.apache.hc.core5.http.HttpHost host, org.apache.hc.core5.http.HttpRequest request, org.apache.hc.core5.http.HttpResponse response, Resource resource) Create a newHttpCacheEntrywith the givenResource.Constructors in org.apache.hc.client5.http.cache with parameters of type ResourceModifierConstructorDescriptionHttpCacheEntry(Instant requestDate, Instant responseDate, int status, org.apache.hc.core5.http.Header[] responseHeaders, Resource resource) Deprecated.HttpCacheEntry(Instant requestDate, Instant responseDate, int status, org.apache.hc.core5.http.Header[] responseHeaders, Resource resource, Map<String, String> variantMap) Deprecated.HttpCacheEntry(Instant requestDate, Instant responseDate, String method, String requestURI, org.apache.hc.core5.http.message.HeaderGroup requestHeaders, int status, org.apache.hc.core5.http.message.HeaderGroup responseHeaders, Resource resource, Collection<String> variants) Internal constructor that makes no validation of the input parameters and makes no copies of the original client request and the origin response.HttpCacheEntry(Date requestDate, Date responseDate, int status, org.apache.hc.core5.http.Header[] responseHeaders, Resource resource) Deprecated.HttpCacheEntry(Date requestDate, Date responseDate, int status, org.apache.hc.core5.http.Header[] responseHeaders, Resource resource, Map<String, String> variantMap) Deprecated. -
Uses of Resource in org.apache.hc.client5.http.impl.cache
Subclasses of Resource in org.apache.hc.client5.http.impl.cacheModifier and TypeClassDescriptionclassCache resource backed by a file.classCache resource backed by a byte array on the heap.Fields in org.apache.hc.client5.http.impl.cache declared as ResourceMethods in org.apache.hc.client5.http.impl.cache that return ResourceModifier and TypeMethodDescriptionDeprecated.Do not use.Deprecated.Do not use.ResourceReference.getResource()Methods in org.apache.hc.client5.http.impl.cache with parameters of type Resource