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
Methods 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.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 TypeClassDescriptionclassTLS 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