Uses of Class
org.apache.http.conn.ssl.SSLConnectionSocketFactory
Packages that use SSLConnectionSocketFactory
-
Uses of SSLConnectionSocketFactory in org.apache.http.conn.ssl
Methods in org.apache.http.conn.ssl that return SSLConnectionSocketFactoryModifier and TypeMethodDescriptionstatic 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.