(package private) org.apache.hc.core5.http.ClassicHttpResponse |
CachingExec.callBackend(org.apache.hc.core5.http.HttpHost target,
org.apache.hc.core5.http.ClassicHttpRequest request,
ExecChain.Scope scope,
ExecChain chain) |
|
(package private) org.apache.hc.core5.http.ClassicHttpResponse |
CachingExec.doExecute(org.apache.hc.core5.http.HttpHost target,
org.apache.hc.core5.http.ClassicHttpRequest request,
ExecChain.Scope scope,
ExecChain chain) |
|
org.apache.hc.core5.http.ClassicHttpResponse |
CachingExec.execute(org.apache.hc.core5.http.ClassicHttpRequest request,
ExecChain.Scope scope,
ExecChain chain) |
|
private org.apache.hc.core5.http.ClassicHttpResponse |
CachingExec.handleCacheHit(RequestCacheControl requestCacheControl,
ResponseCacheControl responseCacheControl,
CacheHit hit,
org.apache.hc.core5.http.HttpHost target,
org.apache.hc.core5.http.ClassicHttpRequest request,
ExecChain.Scope scope,
ExecChain chain) |
|
private org.apache.hc.core5.http.ClassicHttpResponse |
CachingExec.handleCacheMiss(RequestCacheControl requestCacheControl,
CacheHit partialMatch,
org.apache.hc.core5.http.HttpHost target,
org.apache.hc.core5.http.ClassicHttpRequest request,
ExecChain.Scope scope,
ExecChain chain) |
|
(package private) org.apache.hc.core5.http.ClassicHttpResponse |
CachingExec.negotiateResponseFromVariants(org.apache.hc.core5.http.HttpHost target,
org.apache.hc.core5.http.ClassicHttpRequest request,
ExecChain.Scope scope,
ExecChain chain,
java.util.List<CacheHit> variants) |
|
(package private) org.apache.hc.core5.http.ClassicHttpResponse |
CachingExec.revalidateCacheEntry(ResponseCacheControl responseCacheControl,
CacheHit hit,
org.apache.hc.core5.http.HttpHost target,
org.apache.hc.core5.http.ClassicHttpRequest request,
ExecChain.Scope scope,
ExecChain chain) |
|
(package private) org.apache.hc.core5.http.ClassicHttpResponse |
CachingExec.revalidateCacheEntryWithFallback(RequestCacheControl requestCacheControl,
ResponseCacheControl responseCacheControl,
CacheHit hit,
org.apache.hc.core5.http.HttpHost target,
org.apache.hc.core5.http.ClassicHttpRequest request,
ExecChain.Scope scope,
ExecChain chain) |
|
(package private) org.apache.hc.core5.http.ClassicHttpResponse |
CachingExec.revalidateCacheEntryWithoutFallback(ResponseCacheControl responseCacheControl,
CacheHit hit,
org.apache.hc.core5.http.HttpHost target,
org.apache.hc.core5.http.ClassicHttpRequest request,
ExecChain.Scope scope,
ExecChain chain) |
|