Uses of Interface
org.apache.hc.client5.http.classic.ExecChain
Packages that use ExecChain
Package
Description
HTTP client APIs based on the classic (blocking) I/O model.
Classic HTTP client API implementation that supports HTTP/1.1 transport
only.
-
Uses of ExecChain in org.apache.hc.client5.http.classic
Methods in org.apache.hc.client5.http.classic with parameters of type ExecChainModifier 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. -
Uses of ExecChain in org.apache.hc.client5.http.impl.classic
Methods in org.apache.hc.client5.http.impl.classic with parameters of type ExecChainModifier 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.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)