Uses of Class
org.apache.hc.client5.http.impl.io.BasicHttpClientConnectionManager
Packages that use BasicHttpClientConnectionManager
Package
Description
Client connection management functions based the classic
connection management APIs.
-
Uses of BasicHttpClientConnectionManager in org.apache.hc.client5.http.impl.io
Methods in org.apache.hc.client5.http.impl.io that return BasicHttpClientConnectionManagerModifier and TypeMethodDescriptionBasicHttpClientConnectionManager.create(SchemePortResolver schemePortResolver, DnsResolver dnsResolver, org.apache.hc.core5.http.config.Lookup<TlsSocketStrategy> tlsSocketStrategyRegistry, org.apache.hc.core5.http.io.HttpConnectionFactory<ManagedHttpClientConnection> connFactory) BasicHttpClientConnectionManager.create(org.apache.hc.core5.http.config.Lookup<TlsSocketStrategy> tlsSocketStrategyRegistry) BasicHttpClientConnectionManager.create(org.apache.hc.core5.http.config.Lookup<TlsSocketStrategy> tlsSocketStrategyRegistry, org.apache.hc.core5.http.io.HttpConnectionFactory<ManagedHttpClientConnection> connFactory)