Uses of Class
javax.net.ssl.SSLSocketFactory

Packages that use SSLSocketFactory
com.sun.net.ssl Provides classes related to creating and configuring secure socket factories. 
 

Uses of SSLSocketFactory in com.sun.net.ssl
 

Fields in com.sun.net.ssl declared as SSLSocketFactory
protected  SSLSocketFactory HttpsURLConnection.sslSocketFactory
           
 

Methods in com.sun.net.ssl that return SSLSocketFactory
protected abstract  SSLSocketFactory SSLContextSpi.engineGetSocketFactory()
          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.
 SSLSocketFactory SSLContext.getSocketFactory()
          Returns a SocketFactory object for this context.
 

Methods in com.sun.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.