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

    Modifier and Type
    Method
    Description
    BasicHttpCache.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 matching HttpCacheEntry a 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.Cancellable
    BasicHttpAsyncCache.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.Cancellable
    HttpAsyncCache.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 matching HttpCacheEntry a partial match with a list of known variants or null if no match could be found.