Uses of Interface
org.apache.hc.client5.http.ssl.TlsSocketStrategy
-
Packages that use TlsSocketStrategy Package Description org.apache.hc.client5.http.impl.io Client connection management functions based the classic connection management APIs.org.apache.hc.client5.http.ssl 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 TlsSocketStrategy Modifier and Type Field Description private TlsSocketStrategyPoolingHttpClientConnectionManagerBuilder. tlsSocketStrategyFields in org.apache.hc.client5.http.impl.io with type parameters of type TlsSocketStrategy Modifier and Type Field Description private 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 TlsSocketStrategy Modifier and Type Method Description (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 TlsSocketStrategy Modifier and Type Method Description protected HttpClientConnectionOperatorPoolingHttpClientConnectionManagerBuilder. createConnectionOperator(SchemePortResolver schemePortResolver, DnsResolver dnsResolver, TlsSocketStrategy tlsSocketStrategy)PoolingHttpClientConnectionManagerBuilderPoolingHttpClientConnectionManagerBuilder. 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, java.lang.Object attachment, org.apache.hc.core5.http.protocol.HttpContext context, TlsSocketStrategy tlsSocketStrategy, java.net.Socket socket)Method parameters in org.apache.hc.client5.http.impl.io with type arguments of type TlsSocketStrategy Modifier and Type Method Description static BasicHttpClientConnectionManagerBasicHttpClientConnectionManager. create(SchemePortResolver schemePortResolver, DnsResolver dnsResolver, org.apache.hc.core5.http.config.Lookup<TlsSocketStrategy> tlsSocketStrategyRegistry, org.apache.hc.core5.http.io.HttpConnectionFactory<ManagedHttpClientConnection> connFactory)static BasicHttpClientConnectionManagerBasicHttpClientConnectionManager. create(org.apache.hc.core5.http.config.Lookup<TlsSocketStrategy> tlsSocketStrategyRegistry)static BasicHttpClientConnectionManagerBasicHttpClientConnectionManager. 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 TlsSocketStrategy Constructor Description DefaultHttpClientConnectionOperator(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 TlsSocketStrategy Modifier and Type Class Description (package private) classAbstractClientTlsStrategyclassDefaultClientTlsStrategyTLS upgrade strategy for non-blocking client connections.classSpkiPinningClientTlsStrategySPKI pinning decorator for client-side TLS.Methods in org.apache.hc.client5.http.ssl that return TlsSocketStrategy Modifier and Type Method Description TlsSocketStrategyClientTlsStrategyBuilder. buildClassic()
-