Uses of Class
org.apache.hc.client5.http.cache.HttpCacheStorageEntry
-
Packages that use HttpCacheStorageEntry Package Description org.apache.hc.client5.http.cache Caching APIs for both the classic and the asynchronous HTTP transports.org.apache.hc.client5.http.impl.cache 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 HttpCacheStorageEntry Modifier and Type Method Description HttpCacheStorageEntry
HttpCacheEntrySerializer. deserialize(T serializedObject)
Deserializes a cache entry from its serialized representation.Methods in org.apache.hc.client5.http.cache with parameters of type HttpCacheStorageEntry Modifier and Type Method Description T
HttpCacheEntrySerializer. 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 HttpCacheStorageEntry Modifier and Type Method Description HttpCacheStorageEntry
ByteArrayCacheEntrySerializer. deserialize(byte[] serializedObject)
HttpCacheStorageEntry
HttpByteArrayCacheEntrySerializer. deserialize(byte[] serializedObject)
HttpCacheStorageEntry
NoopCacheEntrySerializer. deserialize(HttpCacheStorageEntry cacheEntry)
HttpCacheStorageEntry
NoopCacheEntrySerializer. serialize(HttpCacheStorageEntry cacheEntry)
Methods in org.apache.hc.client5.http.impl.cache with parameters of type HttpCacheStorageEntry Modifier and Type Method Description private 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.HttpCacheStorageEntry
NoopCacheEntrySerializer. deserialize(HttpCacheStorageEntry cacheEntry)
byte[]
ByteArrayCacheEntrySerializer. serialize(HttpCacheStorageEntry cacheEntry)
byte[]
HttpByteArrayCacheEntrySerializer. serialize(HttpCacheStorageEntry httpCacheEntry)
HttpCacheStorageEntry
NoopCacheEntrySerializer. serialize(HttpCacheStorageEntry cacheEntry)
-