Uses of Interface
org.apache.hc.client5.http.cache.HttpCacheCASOperation
-
Packages that use HttpCacheCASOperation 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 HttpCacheCASOperation in org.apache.hc.client5.http.cache
Methods in org.apache.hc.client5.http.cache with parameters of type HttpCacheCASOperation Modifier and Type Method Description org.apache.hc.core5.concurrent.CancellableHttpAsyncCacheStorage. updateEntry(java.lang.String key, HttpCacheCASOperation casOperation, org.apache.hc.core5.concurrent.FutureCallback<java.lang.Boolean> callback)Atomically applies the given callback to processChallenge an existing cache entry under a given key.org.apache.hc.core5.concurrent.CancellableHttpAsyncCacheStorageAdaptor. updateEntry(java.lang.String key, HttpCacheCASOperation casOperation, org.apache.hc.core5.concurrent.FutureCallback<java.lang.Boolean> callback)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 HttpCacheCASOperation in org.apache.hc.client5.http.impl.cache
Methods in org.apache.hc.client5.http.impl.cache with parameters of type HttpCacheCASOperation Modifier and Type Method Description private voidAbstractSerializingAsyncCacheStorage. attemptUpdateEntry(java.lang.String key, HttpCacheCASOperation casOperation, org.apache.hc.core5.concurrent.ComplexCancellable complexCancellable, java.util.concurrent.atomic.AtomicInteger count, org.apache.hc.core5.concurrent.FutureCallback<java.lang.Boolean> callback)org.apache.hc.core5.concurrent.CancellableAbstractSerializingAsyncCacheStorage. updateEntry(java.lang.String key, HttpCacheCASOperation casOperation, org.apache.hc.core5.concurrent.FutureCallback<java.lang.Boolean> callback)voidAbstractSerializingCacheStorage. updateEntry(java.lang.String key, HttpCacheCASOperation casOperation)voidBasicHttpCacheStorage. updateEntry(java.lang.String url, HttpCacheCASOperation casOperation)voidManagedHttpCacheStorage. updateEntry(java.lang.String url, HttpCacheCASOperation casOperation)
-