Uses of Class
org.apache.hc.client5.http.cache.HttpCacheUpdateException
-
Packages that use HttpCacheUpdateException 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 HttpCacheUpdateException in org.apache.hc.client5.http.cache
Methods in org.apache.hc.client5.http.cache that throw HttpCacheUpdateException Modifier and Type Method Description voidHttpCacheStorage. updateEntry(java.lang.String key, HttpCacheCASOperation casOperation)Atomically applies the given callback to processChallenge an existing cache entry under a given key. -
Uses of HttpCacheUpdateException in org.apache.hc.client5.http.impl.cache
Methods in org.apache.hc.client5.http.impl.cache that throw HttpCacheUpdateException Modifier and Type Method Description voidAbstractSerializingCacheStorage. updateEntry(java.lang.String key, HttpCacheCASOperation casOperation)
-