Uses of Class
org.apache.hc.client5.http.cache.HttpCacheStorageEntry
Packages that use HttpCacheStorageEntry
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 HttpCacheStorageEntry in org.apache.hc.client5.http.cache
Methods in org.apache.hc.client5.http.cache that return HttpCacheStorageEntryModifier and TypeMethodDescriptionHttpCacheEntrySerializer.deserialize
(T serializedObject) Deserializes a cache entry from its serialized representation.Methods in org.apache.hc.client5.http.cache with parameters of type HttpCacheStorageEntryModifier and TypeMethodDescriptionHttpCacheEntrySerializer.serialize
(HttpCacheStorageEntry entry) Serializes the given entry. -
Uses of HttpCacheStorageEntry in org.apache.hc.client5.http.impl.cache
Methods in org.apache.hc.client5.http.impl.cache that return HttpCacheStorageEntryModifier and TypeMethodDescriptionByteArrayCacheEntrySerializer.deserialize
(byte[] serializedObject) HttpByteArrayCacheEntrySerializer.deserialize
(byte[] serializedObject) NoopCacheEntrySerializer.deserialize
(HttpCacheStorageEntry cacheEntry) NoopCacheEntrySerializer.serialize
(HttpCacheStorageEntry cacheEntry) Methods in org.apache.hc.client5.http.impl.cache with parameters of type HttpCacheStorageEntryModifier and TypeMethodDescriptionprivate void
HttpByteArrayCacheEntrySerializer.addMetadataPseudoHeaders
(org.apache.hc.core5.http.HttpResponse httpResponse, HttpCacheStorageEntry httpCacheEntry) Modify the given response to add our own cache metadata as pseudo-headers.NoopCacheEntrySerializer.deserialize
(HttpCacheStorageEntry cacheEntry) byte[]
ByteArrayCacheEntrySerializer.serialize
(HttpCacheStorageEntry cacheEntry) byte[]
HttpByteArrayCacheEntrySerializer.serialize
(HttpCacheStorageEntry httpCacheEntry) NoopCacheEntrySerializer.serialize
(HttpCacheStorageEntry cacheEntry)