Uses of Class
org.apache.hc.client5.http.impl.cache.CacheMatch
-
Packages that use CacheMatch Package Description org.apache.hc.client5.http.impl.cache Caching API implementation for both the classic and the asynchronous HTTP transports. -
-
Uses of CacheMatch in org.apache.hc.client5.http.impl.cache
Methods in org.apache.hc.client5.http.impl.cache that return CacheMatch Modifier and Type Method Description CacheMatchBasicHttpCache. match(org.apache.hc.core5.http.HttpHost host, org.apache.hc.core5.http.HttpRequest request)CacheMatchHttpCache. match(org.apache.hc.core5.http.HttpHost host, org.apache.hc.core5.http.HttpRequest request)Returns a result with either a fully matchingHttpCacheEntrya partial match with a list of known variants or null if no match could be found.Method parameters in org.apache.hc.client5.http.impl.cache with type arguments of type CacheMatch Modifier and Type Method Description org.apache.hc.core5.concurrent.CancellableBasicHttpAsyncCache. match(org.apache.hc.core5.http.HttpHost host, org.apache.hc.core5.http.HttpRequest request, org.apache.hc.core5.concurrent.FutureCallback<CacheMatch> callback)org.apache.hc.core5.concurrent.CancellableHttpAsyncCache. match(org.apache.hc.core5.http.HttpHost host, org.apache.hc.core5.http.HttpRequest request, org.apache.hc.core5.concurrent.FutureCallback<CacheMatch> callback)Returns a result with either a fully matchingHttpCacheEntrya partial match with a list of known variants or null if no match could be found.
-