Uses of Interface
org.apache.hc.client5.http.cache.HttpCacheEntrySerializer
Packages that use HttpCacheEntrySerializer
Package
Description
Caching API implementation for both the classic and
the asynchronous HTTP transports.
-
Uses of HttpCacheEntrySerializer in org.apache.hc.client5.http.impl.cache
Classes in org.apache.hc.client5.http.impl.cache that implement HttpCacheEntrySerializerModifier and TypeClassDescriptionfinal classDeprecated.This class is deprecated and will be removed in a future release.classThis class implements theHttpCacheEntrySerializerinterface, which defines the contract for HTTP cache entry serialization and deserialization.classHttpCacheEntrySerializerthat usesHttpCacheStorageEntryas its cache content representation.Fields in org.apache.hc.client5.http.impl.cache declared as HttpCacheEntrySerializerModifier and TypeFieldDescriptionprivate final HttpCacheEntrySerializer<T> AbstractSerializingAsyncCacheStorage.serializerprivate final HttpCacheEntrySerializer<T> AbstractSerializingCacheStorage.serializerConstructors in org.apache.hc.client5.http.impl.cache with parameters of type HttpCacheEntrySerializerModifierConstructorDescriptionAbstractBinaryAsyncCacheStorage(int maxUpdateRetries, HttpCacheEntrySerializer<byte[]> serializer) AbstractBinaryCacheStorage(int maxUpdateRetries, HttpCacheEntrySerializer<byte[]> serializer) AbstractSerializingAsyncCacheStorage(int maxUpdateRetries, HttpCacheEntrySerializer<T> serializer) AbstractSerializingCacheStorage(int maxUpdateRetries, HttpCacheEntrySerializer<T> serializer)