Uses of Interface
org.apache.hc.client5.http.cache.HttpCacheEntrySerializer
-
Packages that use HttpCacheEntrySerializer Package Description org.apache.hc.client5.http.impl.cache 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 HttpCacheEntrySerializer Modifier and Type Class Description classByteArrayCacheEntrySerializerDeprecated.This class is deprecated and will be removed in a future release.classHttpByteArrayCacheEntrySerializerThis class implements theHttpCacheEntrySerializerinterface, which defines the contract for HTTP cache entry serialization and deserialization.classNoopCacheEntrySerializerHttpCacheEntrySerializerthat usesHttpCacheStorageEntryas its cache content representation.Fields in org.apache.hc.client5.http.impl.cache declared as HttpCacheEntrySerializer Modifier and Type Field Description private HttpCacheEntrySerializer<T>AbstractSerializingAsyncCacheStorage. serializerprivate HttpCacheEntrySerializer<T>AbstractSerializingCacheStorage. serializerConstructors in org.apache.hc.client5.http.impl.cache with parameters of type HttpCacheEntrySerializer Constructor Description AbstractBinaryAsyncCacheStorage(int maxUpdateRetries, HttpCacheEntrySerializer<byte[]> serializer)AbstractBinaryCacheStorage(int maxUpdateRetries, HttpCacheEntrySerializer<byte[]> serializer)AbstractSerializingAsyncCacheStorage(int maxUpdateRetries, HttpCacheEntrySerializer<T> serializer)AbstractSerializingCacheStorage(int maxUpdateRetries, HttpCacheEntrySerializer<T> serializer)
-