Uses of Interface
org.apache.hc.client5.http.io.HttpClientConnectionManager
-
Packages that use HttpClientConnectionManager Package Description org.apache.hc.client5.http.impl.classic Classic HTTP client API implementation that supports HTTP/1.1 transport only.org.apache.hc.client5.http.impl.io Client connection management functions based the classic connection management APIs. -
-
Uses of HttpClientConnectionManager in org.apache.hc.client5.http.impl.classic
Fields in org.apache.hc.client5.http.impl.classic declared as HttpClientConnectionManager Modifier and Type Field Description private HttpClientConnectionManagerMainClientExec. connectionManagerprivate HttpClientConnectionManagerHttpClientBuilder. connManagerprivate HttpClientConnectionManagerInternalHttpClient. connManagerprivate HttpClientConnectionManagerMinimalHttpClient. connManagerprivate HttpClientConnectionManagerInternalExecRuntime. managerMethods in org.apache.hc.client5.http.impl.classic with parameters of type HttpClientConnectionManager Modifier and Type Method Description static MinimalHttpClientHttpClients. createMinimal(HttpClientConnectionManager connManager)CreatesCloseableHttpClientinstance that implements the most basic HTTP protocol support.HttpClientBuilderHttpClientBuilder. setConnectionManager(HttpClientConnectionManager connManager)AssignsHttpClientConnectionManagerinstance.Constructors in org.apache.hc.client5.http.impl.classic with parameters of type HttpClientConnectionManager Constructor Description InternalExecRuntime(org.slf4j.Logger log, HttpClientConnectionManager manager, org.apache.hc.core5.http.impl.io.HttpRequestExecutor requestExecutor, org.apache.hc.core5.concurrent.CancellableDependency cancellableDependency)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)MainClientExec(HttpClientConnectionManager connectionManager, org.apache.hc.core5.http.protocol.HttpProcessor httpProcessor, org.apache.hc.core5.http.ConnectionReuseStrategy reuseStrategy, ConnectionKeepAliveStrategy keepAliveStrategy, UserTokenHandler userTokenHandler)MinimalHttpClient(HttpClientConnectionManager connManager) -
Uses of HttpClientConnectionManager in org.apache.hc.client5.http.impl.io
Classes in org.apache.hc.client5.http.impl.io that implement HttpClientConnectionManager Modifier and Type Class Description classBasicHttpClientConnectionManagerA connection manager for a single connection.classPoolingHttpClientConnectionManagerClientConnectionPoolManagermaintains a pool ofManagedHttpClientConnections and is able to service connection requests from multiple execution threads.
-