Uses of Class
javax.net.ssl.SSLSocketFactory

Packages that use SSLSocketFactory
javax.net.ssl Provides classes for the secure socket package. 
 

Uses of SSLSocketFactory in javax.net.ssl
 

Methods in javax.net.ssl that return SSLSocketFactory
static SSLSocketFactory HttpsURLConnection.getDefaultSSLSocketFactory()
          Gets the default static SSL socket factory used when creating sockets for secure https URL connections.
 SSLSocketFactory SSLContext.getSocketFactory()
          Returns a SocketFactory object for this context.
 SSLSocketFactory HttpsURLConnection.getSSLSocketFactory()
          Gets the SSL socket factory to be used when creating sockets for secure https URL connections.
 

Methods in javax.net.ssl with parameters of type SSLSocketFactory
static void HttpsURLConnection.setDefaultSSLSocketFactory(SSLSocketFactory sf)
          Sets the default SSL socket factory inherited when an instance of this class is created.
 void HttpsURLConnection.setSSLSocketFactory(SSLSocketFactory sf)
          Sets the SSL socket factory to be used when creating sockets for secure https URL connections.