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.Cancellable
HttpAsyncCacheStorage. 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.Cancellable
HttpAsyncCacheStorageAdaptor. updateEntry(java.lang.String key, HttpCacheCASOperation casOperation, org.apache.hc.core5.concurrent.FutureCallback<java.lang.Boolean> callback)
void
HttpCacheStorage. 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 void
AbstractSerializingAsyncCacheStorage. 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.Cancellable
AbstractSerializingAsyncCacheStorage. updateEntry(java.lang.String key, HttpCacheCASOperation casOperation, org.apache.hc.core5.concurrent.FutureCallback<java.lang.Boolean> callback)
void
AbstractSerializingCacheStorage. updateEntry(java.lang.String key, HttpCacheCASOperation casOperation)
void
BasicHttpCacheStorage. updateEntry(java.lang.String url, HttpCacheCASOperation casOperation)
void
ManagedHttpCacheStorage. updateEntry(java.lang.String url, HttpCacheCASOperation casOperation)
-