Uses of Class
org.apache.hc.client5.http.impl.classic.ExecChainElement
Packages that use ExecChainElement
Package
Description
Classic HTTP client API implementation that supports HTTP/1.1 transport
only.
-
Uses of ExecChainElement in org.apache.hc.client5.http.impl.classic
Fields in org.apache.hc.client5.http.impl.classic declared as ExecChainElementModifier and TypeFieldDescriptionprivate final ExecChainElement
InternalHttpClient.execChain
private final ExecChainElement
ExecChainElement.next
Constructors in org.apache.hc.client5.http.impl.classic with parameters of type ExecChainElementModifierConstructorDescription(package private)
ExecChainElement
(ExecChainHandler handler, ExecChainElement next) InternalHttpClient
(HttpClientConnectionManager connManager, org.apache.hc.core5.http.impl.io.HttpRequestExecutor requestExecutor, ExecChainElement execChain, HttpRoutePlanner routePlanner, org.apache.hc.core5.http.config.Lookup<CookieSpecFactory> cookieSpecRegistry, org.apache.hc.core5.http.config.Lookup<AuthSchemeFactory> authSchemeRegistry, CookieStore cookieStore, CredentialsProvider credentialsProvider, RequestConfig defaultConfig, List<Closeable> closeables)