Uses of Class
org.apache.hc.client5.http.classic.ExecChain.Scope
-
Packages that use ExecChain.Scope Package Description org.apache.hc.client5.http.classic HTTP client APIs based on the classic (blocking) I/O model.org.apache.hc.client5.http.impl.cache Caching API implementation for both the classic and the asynchronous HTTP transports.org.apache.hc.client5.http.impl.classic Classic HTTP client API implementation that supports HTTP/1.1 transport only. -
-
Uses of ExecChain.Scope in org.apache.hc.client5.http.classic
Methods in org.apache.hc.client5.http.classic with parameters of type ExecChain.Scope Modifier and Type Method Description org.apache.hc.core5.http.ClassicHttpResponse
ExecChainHandler. execute(org.apache.hc.core5.http.ClassicHttpRequest request, ExecChain.Scope scope, ExecChain chain)
Executes the actual HTTP request.org.apache.hc.core5.http.ClassicHttpResponse
ExecChain. proceed(org.apache.hc.core5.http.ClassicHttpRequest request, ExecChain.Scope scope)
-
Uses of ExecChain.Scope in org.apache.hc.client5.http.impl.cache
Methods in org.apache.hc.client5.http.impl.cache with parameters of type ExecChain.Scope Modifier and Type Method Description (package private) org.apache.hc.core5.http.ClassicHttpResponse
CachingExec. cacheAndReturnResponse(org.apache.hc.core5.http.HttpHost target, org.apache.hc.core5.http.HttpRequest request, org.apache.hc.core5.http.ClassicHttpResponse backendResponse, ExecChain.Scope scope, java.time.Instant requestSent, java.time.Instant responseReceived)
(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)
private static org.apache.hc.core5.http.ClassicHttpResponse
CachingExec. convert(SimpleHttpResponse cacheResponse, ExecChain.Scope scope)
org.apache.hc.core5.http.ClassicHttpResponse
CachingExec. execute(org.apache.hc.core5.http.ClassicHttpRequest request, ExecChain.Scope scope, ExecChain chain)
(package private) org.apache.hc.core5.http.ClassicHttpResponse
CachingExec. handleBackendResponse(org.apache.hc.core5.http.HttpHost target, org.apache.hc.core5.http.ClassicHttpRequest request, ExecChain.Scope scope, java.time.Instant requestDate, java.time.Instant responseDate, org.apache.hc.core5.http.ClassicHttpResponse backendResponse)
private org.apache.hc.core5.http.ClassicHttpResponse
CachingExec. handleCacheHit(org.apache.hc.core5.http.HttpHost target, org.apache.hc.core5.http.ClassicHttpRequest request, ExecChain.Scope scope, ExecChain chain, HttpCacheEntry entry)
private org.apache.hc.core5.http.ClassicHttpResponse
CachingExec. handleCacheMiss(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.Map<java.lang.String,Variant> variants)
(package private) org.apache.hc.core5.http.ClassicHttpResponse
CachingExec. revalidateCacheEntry(org.apache.hc.core5.http.HttpHost target, org.apache.hc.core5.http.ClassicHttpRequest request, ExecChain.Scope scope, ExecChain chain, HttpCacheEntry cacheEntry)
-
Uses of ExecChain.Scope in org.apache.hc.client5.http.impl.classic
Methods in org.apache.hc.client5.http.impl.classic with parameters of type ExecChain.Scope Modifier and Type Method Description org.apache.hc.core5.http.ClassicHttpResponse
BackoffStrategyExec. execute(org.apache.hc.core5.http.ClassicHttpRequest request, ExecChain.Scope scope, ExecChain chain)
org.apache.hc.core5.http.ClassicHttpResponse
ConnectExec. execute(org.apache.hc.core5.http.ClassicHttpRequest request, ExecChain.Scope scope, ExecChain chain)
org.apache.hc.core5.http.ClassicHttpResponse
ContentCompressionExec. execute(org.apache.hc.core5.http.ClassicHttpRequest request, ExecChain.Scope scope, ExecChain chain)
org.apache.hc.core5.http.ClassicHttpResponse
ExecChainElement. execute(org.apache.hc.core5.http.ClassicHttpRequest request, ExecChain.Scope scope)
org.apache.hc.core5.http.ClassicHttpResponse
HttpRequestRetryExec. execute(org.apache.hc.core5.http.ClassicHttpRequest request, ExecChain.Scope scope, ExecChain chain)
org.apache.hc.core5.http.ClassicHttpResponse
MainClientExec. execute(org.apache.hc.core5.http.ClassicHttpRequest request, ExecChain.Scope scope, ExecChain chain)
org.apache.hc.core5.http.ClassicHttpResponse
ProtocolExec. execute(org.apache.hc.core5.http.ClassicHttpRequest userRequest, ExecChain.Scope scope, ExecChain chain)
org.apache.hc.core5.http.ClassicHttpResponse
RedirectExec. execute(org.apache.hc.core5.http.ClassicHttpRequest request, ExecChain.Scope scope, ExecChain chain)
-