KickJava   Java API By Example, From Geeks To Geeks.

Java > Java SE, EE, ME > javax > net > ssl > SSLSocketFactory

javax.net.ssl
Class SSLSocketFactory

java.lang.Object
  extended by javax.net.SocketFactory
      extended by javax.net.ssl.SSLSocketFactory
See Also:
Top Examples, Source Code, SSLSocket

public abstract Socket createSocket(Socket s,
                                    String host,
                                    int port,
                                    boolean autoClose)
                             throws IOException
See Also:
UnknownHostException
Geek's Notes:
Description  Add your codes or notes  Search More Java Examples  


public static SocketFactory getDefault()
Geek's Notes:
Description  Add your codes or notes  Search More Java Examples  


public abstract String[] getDefaultCipherSuites()
See Also:
getSupportedCipherSuites()
Geek's Notes:
Description  Add your codes or notes  Search More Java Examples  


public abstract String[] getSupportedCipherSuites()
See Also:
getDefaultCipherSuites()
Geek's Notes:
Description  Add your codes or notes  Search More Java Examples  


public SSLSocketFactory()
Geek's Notes:
Description  Add your codes or notes  Search More Java Examples  

Popular Tags