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 TypeMethodDescriptionClones an existingResource
.Creates aResource
from a given response body.Creates aResource
from a given response body.HttpCacheEntry.getResource()
Returns theResource
containing the origin response body.Methods in org.apache.hc.client5.http.cache with parameters of type ResourceConstructors 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) Create a newHttpCacheEntry
.HttpCacheEntry
(Instant requestDate, Instant responseDate, int status, org.apache.hc.core5.http.Header[] responseHeaders, Resource resource, Map<String, String> variantMap) Create a newHttpCacheEntry
with variants.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 TypeClassDescriptionclass
Cache resource backed by a file.class
Cache 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 ResourceMethods in org.apache.hc.client5.http.impl.cache with parameters of type Resource
HttpCacheEntry(Instant, Instant, int, Header[], Resource)
}