Uses of Class
org.apache.hc.client5.http.impl.classic.ExecChainElement
-
Packages that use ExecChainElement Package Description org.apache.hc.client5.http.impl.classic 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 ExecChainElement Modifier and Type Field Description private ExecChainElement
InternalHttpClient. execChain
private ExecChainElement
ExecChainElement. next
Constructors in org.apache.hc.client5.http.impl.classic with parameters of type ExecChainElement Constructor Description 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, java.util.List<java.io.Closeable> closeables)
-