Uses of Class
org.apache.hc.client5.http.ssl.SSLConnectionSocketFactoryBuilder
Packages that use SSLConnectionSocketFactoryBuilder
-
Uses of SSLConnectionSocketFactoryBuilder in org.apache.hc.client5.http.ssl
Methods in org.apache.hc.client5.http.ssl that return SSLConnectionSocketFactoryBuilderModifier and TypeMethodDescriptionSSLConnectionSocketFactoryBuilder.create()Deprecated.SSLConnectionSocketFactoryBuilder.setCiphers(String... ciphers) Deprecated.Sets enabled ciphers.SSLConnectionSocketFactoryBuilder.setHostnameVerifier(HostnameVerifier hostnameVerifier) Deprecated.SetsHostnameVerifierinstance.SSLConnectionSocketFactoryBuilder.setSslContext(SSLContext sslContext) Deprecated.SetsSSLContextinstance.SSLConnectionSocketFactoryBuilder.setTlsVersions(String... tlslVersions) Deprecated.Sets enabledTLSversions.SSLConnectionSocketFactoryBuilder.setTlsVersions(org.apache.hc.core5.http.ssl.TLS... tlslVersions) Deprecated.Sets enabledTLSversions.SSLConnectionSocketFactoryBuilder.useSystemProperties()Deprecated.Use system properties when creating and configuring default implementations.