Home » openjdk-7 » javax » net » ssl » [javadoc | source]
javax.net.ssl
class: DefaultSSLSocketFactory [javadoc | source]
java.lang.Object
   javax.net.SocketFactory
      javax.net.ssl.SSLSocketFactory
         javax.net.ssl.DefaultSSLSocketFactory
Fields inherited from javax.net.ssl.SSLSocketFactory:
DEBUG
Constructor:
 DefaultSSLSocketFactory(Exception reason) 
Method from javax.net.ssl.DefaultSSLSocketFactory Summary:
createSocket,   createSocket,   createSocket,   createSocket,   createSocket,   createSocket,   getDefaultCipherSuites,   getSupportedCipherSuites
Methods from javax.net.ssl.SSLSocketFactory:
createSocket,   getDefault,   getDefaultCipherSuites,   getSecurityProperty,   getSupportedCipherSuites
Methods from javax.net.SocketFactory:
createSocket,   createSocket,   createSocket,   createSocket,   createSocket,   getDefault
Methods from java.lang.Object:
clone,   equals,   finalize,   getClass,   hashCode,   notify,   notifyAll,   toString,   wait,   wait,   wait
Method from javax.net.ssl.DefaultSSLSocketFactory Detail:
 public Socket createSocket() throws IOException 
 public Socket createSocket(String host,
    int port) throws IOException 
 public Socket createSocket(InetAddress address,
    int port) throws IOException 
 public Socket createSocket(Socket s,
    String host,
    int port,
    boolean autoClose) throws IOException 
 public Socket createSocket(String host,
    int port,
    InetAddress clientAddress,
    int clientPort) throws IOException 
 public Socket createSocket(InetAddress address,
    int port,
    InetAddress clientAddress,
    int clientPort) throws IOException 
 public String[] getDefaultCipherSuites() 
 public String[] getSupportedCipherSuites()