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 HttpCacheStorageEntryHttpCacheEntrySerializer. 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 THttpCacheEntrySerializer. serialize(HttpCacheStorageEntry entry)Serializes the given entry. -
Uses of HttpCacheStorageEntry in org.apache.hc.client5.http.impl.cache
Fields in org.apache.hc.client5.http.impl.cache with type parameters of type HttpCacheStorageEntry Modifier and Type Field Description private java.util.function.Consumer<HttpCacheStorageEntry>InternalCacheStorage. evictionCallbackprivate java.util.Queue<HttpCacheStorageEntry>InternalCacheStorage. evictionQueueMethods in org.apache.hc.client5.http.impl.cache that return HttpCacheStorageEntry Modifier and Type Method Description HttpCacheStorageEntryByteArrayCacheEntrySerializer. deserialize(byte[] serializedObject)Deprecated.HttpCacheStorageEntryHttpByteArrayCacheEntrySerializer. deserialize(byte[] serializedObject)Deserializes a byte array representation of an HTTP cache storage entry into an instance ofHttpCacheStorageEntry.HttpCacheStorageEntryNoopCacheEntrySerializer. deserialize(HttpCacheStorageEntry cacheEntry)HttpCacheStorageEntryNoopCacheEntrySerializer. serialize(HttpCacheStorageEntry cacheEntry)Methods in org.apache.hc.client5.http.impl.cache with parameters of type HttpCacheStorageEntry Modifier and Type Method Description HttpCacheStorageEntryNoopCacheEntrySerializer. deserialize(HttpCacheStorageEntry cacheEntry)byte[]ByteArrayCacheEntrySerializer. serialize(HttpCacheStorageEntry cacheEntry)Deprecated.byte[]HttpByteArrayCacheEntrySerializer. serialize(HttpCacheStorageEntry storageEntry)Serializes an HttpCacheStorageEntry object into a byte array using an HTTP-like format.HttpCacheStorageEntryNoopCacheEntrySerializer. serialize(HttpCacheStorageEntry cacheEntry)Constructor parameters in org.apache.hc.client5.http.impl.cache with type arguments of type HttpCacheStorageEntry Constructor Description InternalCacheStorage(int maxEntries, java.util.function.Consumer<HttpCacheStorageEntry> evictionCallback)
-