Uses of Interface
org.apache.hc.client5.http.ssl.TlsSocketStrategy
Packages that use TlsSocketStrategy
Package
Description
Client connection management functions based the classic
connection management APIs.
Client TLS/SSL support.
-
Uses of TlsSocketStrategy in org.apache.hc.client5.http.impl.io
Fields in org.apache.hc.client5.http.impl.io declared as TlsSocketStrategyModifier and TypeFieldDescriptionprivate TlsSocketStrategyPoolingHttpClientConnectionManagerBuilder.tlsSocketStrategyFields in org.apache.hc.client5.http.impl.io with type parameters of type TlsSocketStrategyModifier and TypeFieldDescriptionprivate final org.apache.hc.core5.http.config.Lookup<TlsSocketStrategy> DefaultHttpClientConnectionOperator.tlsSocketStrategyLookupMethods in org.apache.hc.client5.http.impl.io that return types with arguments of type TlsSocketStrategyModifier and TypeMethodDescription(package private) static org.apache.hc.core5.http.config.Lookup<TlsSocketStrategy> DefaultHttpClientConnectionOperator.adapt(org.apache.hc.core5.http.config.Lookup<ConnectionSocketFactory> lookup) Deprecated.Provided for backward compatibilityMethods in org.apache.hc.client5.http.impl.io with parameters of type TlsSocketStrategyModifier and TypeMethodDescriptionprotected HttpClientConnectionOperatorPoolingHttpClientConnectionManagerBuilder.createConnectionOperator(SchemePortResolver schemePortResolver, DnsResolver dnsResolver, TlsSocketStrategy tlsSocketStrategy) PoolingHttpClientConnectionManagerBuilder.setTlsSocketStrategy(TlsSocketStrategy tlsSocketStrategy) SetsTlsSocketStrategyinstance.private voidDefaultHttpClientConnectionOperator.upgradeToTls(ManagedHttpClientConnection conn, org.apache.hc.core5.http.HttpHost endpointHost, org.apache.hc.core5.net.NamedEndpoint endpointName, org.apache.hc.core5.util.Timeout connectTimeout, Object attachment, org.apache.hc.core5.http.protocol.HttpContext context, TlsSocketStrategy tlsSocketStrategy, Socket socket) Method parameters in org.apache.hc.client5.http.impl.io with type arguments of type TlsSocketStrategyModifier 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) Constructor parameters in org.apache.hc.client5.http.impl.io with type arguments of type TlsSocketStrategyModifierConstructorDescriptionDefaultHttpClientConnectionOperator(DetachedSocketFactory detachedSocketFactory, SchemePortResolver schemePortResolver, DnsResolver dnsResolver, org.apache.hc.core5.http.config.Lookup<TlsSocketStrategy> tlsSocketStrategyLookup) DefaultHttpClientConnectionOperator(SchemePortResolver schemePortResolver, DnsResolver dnsResolver, org.apache.hc.core5.http.config.Lookup<TlsSocketStrategy> tlsSocketStrategyLookup) -
Uses of TlsSocketStrategy in org.apache.hc.client5.http.ssl
Classes in org.apache.hc.client5.http.ssl that implement TlsSocketStrategyModifier and TypeClassDescription(package private) classclassTLS upgrade strategy for non-blocking client connections.final classSPKI pinning decorator for client-side TLS.Methods in org.apache.hc.client5.http.ssl that return TlsSocketStrategy