Example usage for Java javax.net.ssl SSLServerSocketFactory fields, constructors, methods, implement or subclass
The text is from its open source code.
ServerSocket | createServerSocket(int port) |
ServerSocket | createServerSocket(int port, int backlog, InetAddress ifAddress) |
ServerSocket | createServerSocket() |
ServerSocket | createServerSocket(int port, int backlog) |
ServerSocketFactory | getDefault() Returns the default SSL server 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 created by this factory. |