Uses of Class
org.apache.hc.client5.http.ssl.SSLConnectionSocketFactory
-
Packages that use SSLConnectionSocketFactory Package Description org.apache.hc.client5.http.ssl Client TLS/SSL support. -
-
Uses of SSLConnectionSocketFactory in org.apache.hc.client5.http.ssl
Methods in org.apache.hc.client5.http.ssl that return SSLConnectionSocketFactory Modifier and Type Method Description SSLConnectionSocketFactorySSLConnectionSocketFactoryBuilder. build()static SSLConnectionSocketFactorySSLConnectionSocketFactory. getSocketFactory()Obtains default SSL socket factory with an SSL context based on the standard JSSE trust material (cacertsfile in the security properties directory).static SSLConnectionSocketFactorySSLConnectionSocketFactory. getSystemSocketFactory()Obtains default SSL socket factory with an SSL context based on system properties as described in Java™ Secure Socket Extension (JSSE) Reference Guide.
-