Uses of Interface
org.apache.hc.client5.http.io.HttpClientConnectionManager
Packages that use HttpClientConnectionManager
Package
Description
Classic HTTP client API implementation that supports HTTP/1.1 transport
only.
Client connection management functions based the classic
connection management APIs.
-
Uses of HttpClientConnectionManager in org.apache.hc.client5.http.impl.classic
Methods in org.apache.hc.client5.http.impl.classic with parameters of type HttpClientConnectionManagerModifier and TypeMethodDescriptionstatic MinimalHttpClientHttpClients.createMinimal(HttpClientConnectionManager connManager) CreatesCloseableHttpClientinstance that implements the most basic HTTP protocol support.final HttpClientBuilderHttpClientBuilder.setConnectionManager(HttpClientConnectionManager connManager) AssignsHttpClientConnectionManagerinstance.Constructors in org.apache.hc.client5.http.impl.classic with parameters of type HttpClientConnectionManagerModifierConstructorDescriptionMainClientExec(HttpClientConnectionManager connectionManager, org.apache.hc.core5.http.protocol.HttpProcessor httpProcessor, org.apache.hc.core5.http.ConnectionReuseStrategy reuseStrategy, ConnectionKeepAliveStrategy keepAliveStrategy, UserTokenHandler userTokenHandler) -
Uses of HttpClientConnectionManager in org.apache.hc.client5.http.impl.io
Classes in org.apache.hc.client5.http.impl.io that implement HttpClientConnectionManagerModifier and TypeClassDescriptionclassA connection manager for a single connection.classClientConnectionPoolManagermaintains a pool ofManagedHttpClientConnections and is able to service connection requests from multiple execution threads.