Uses of Class
org.apache.hc.client5.http.impl.cache.CacheMatch
Packages that use CacheMatch
Package
Description
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 CacheMatchModifier and TypeMethodDescriptionBasicHttpCache.match(org.apache.hc.core5.http.HttpHost host, org.apache.hc.core5.http.HttpRequest request) HttpCache.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 CacheMatchModifier and TypeMethodDescriptionorg.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.