Example usage for Java javax.net.ssl SSLSocketFactory fields, constructors, methods, implement or subclass
The text is from its open source code.
SSLSocketFactory() Constructor is used only by subclasses. |
Socket | createSocket(String host, int port) |
Socket | createSocket(InetAddress address, int port) |
Socket | createSocket(Socket s, String host, int port, boolean autoClose) Returns a socket layered over an existing socket connected to the named host, at the given port. |
Socket | createSocket() |
SocketFactory | getDefault() Returns the default SSL socket factory. |
String[] | getDefaultCipherSuites() Returns the list of cipher suites which are enabled by default. |
String[] | getSupportedCipherSuites() Returns the names of the cipher suites which could be enabled for use on an SSL connection. |