Uses of Class
javax.net.ssl.SSLSocketFactory

Packages that use SSLSocketFactory
com.ibm.net.ssl   
 

Uses of SSLSocketFactory in com.ibm.net.ssl
 

Methods in com.ibm.net.ssl that return SSLSocketFactory
 SSLSocketFactory SSLContext.getSocketFactory()
          Returns a SocketFactory object for this context.
static SSLSocketFactory HttpsURLConnection.getDefaultSSLSocketFactory()
          Gets the default SSL socket factory.
 SSLSocketFactory HttpsURLConnection.getSSLSocketFactory()
          Gets the SSL socket factory.
 

Methods in com.ibm.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 v)
          Sets the SSL socket factory.