Uses of Class
org.apache.hc.client5.http.classic.ExecChain.Scope
Packages that use ExecChain.Scope
Package
Description
HTTP client APIs based on the classic (blocking) I/O model.
Caching API implementation for both the classic and
the asynchronous HTTP transports.
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.ScopeModifier and TypeMethodDescriptionorg.apache.hc.core5.http.ClassicHttpResponseExecChainHandler.execute(org.apache.hc.core5.http.ClassicHttpRequest request, ExecChain.Scope scope, ExecChain chain) Executes the actual HTTP request.org.apache.hc.core5.http.ClassicHttpResponseExecChain.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.ScopeModifier and TypeMethodDescription(package private) org.apache.hc.core5.http.ClassicHttpResponseCachingExec.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, Instant requestSent, Instant responseReceived) (package private) org.apache.hc.core5.http.ClassicHttpResponseCachingExec.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.ClassicHttpResponseCachingExec.convert(SimpleHttpResponse cacheResponse, ExecChain.Scope scope) org.apache.hc.core5.http.ClassicHttpResponseCachingExec.execute(org.apache.hc.core5.http.ClassicHttpRequest request, ExecChain.Scope scope, ExecChain chain) (package private) org.apache.hc.core5.http.ClassicHttpResponseCachingExec.handleBackendResponse(org.apache.hc.core5.http.HttpHost target, org.apache.hc.core5.http.ClassicHttpRequest request, ExecChain.Scope scope, Instant requestDate, Instant responseDate, org.apache.hc.core5.http.ClassicHttpResponse backendResponse) private org.apache.hc.core5.http.ClassicHttpResponseCachingExec.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.ClassicHttpResponseCachingExec.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.ClassicHttpResponseCachingExec.negotiateResponseFromVariants(org.apache.hc.core5.http.HttpHost target, org.apache.hc.core5.http.ClassicHttpRequest request, ExecChain.Scope scope, ExecChain chain, Map<String, Variant> variants) (package private) org.apache.hc.core5.http.ClassicHttpResponseCachingExec.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.ScopeModifier and TypeMethodDescriptionorg.apache.hc.core5.http.ClassicHttpResponseBackoffStrategyExec.execute(org.apache.hc.core5.http.ClassicHttpRequest request, ExecChain.Scope scope, ExecChain chain) org.apache.hc.core5.http.ClassicHttpResponseConnectExec.execute(org.apache.hc.core5.http.ClassicHttpRequest request, ExecChain.Scope scope, ExecChain chain) org.apache.hc.core5.http.ClassicHttpResponseContentCompressionExec.execute(org.apache.hc.core5.http.ClassicHttpRequest request, ExecChain.Scope scope, ExecChain chain) org.apache.hc.core5.http.ClassicHttpResponseExecChainElement.execute(org.apache.hc.core5.http.ClassicHttpRequest request, ExecChain.Scope scope) org.apache.hc.core5.http.ClassicHttpResponseHttpRequestRetryExec.execute(org.apache.hc.core5.http.ClassicHttpRequest request, ExecChain.Scope scope, ExecChain chain) org.apache.hc.core5.http.ClassicHttpResponseMainClientExec.execute(org.apache.hc.core5.http.ClassicHttpRequest request, ExecChain.Scope scope, ExecChain chain) org.apache.hc.core5.http.ClassicHttpResponseProtocolExec.execute(org.apache.hc.core5.http.ClassicHttpRequest userRequest, ExecChain.Scope scope, ExecChain chain) org.apache.hc.core5.http.ClassicHttpResponseRedirectExec.execute(org.apache.hc.core5.http.ClassicHttpRequest request, ExecChain.Scope scope, ExecChain chain)