public class RestrictedSSLServerSocketFactory extends SSLServerSocketFactory
| Constructor and Description |
|---|
RestrictedSSLServerSocketFactory(SSLContext sslContext,
String[] cipherSuites,
String[] protocols) |
| Modifier and Type | Method and Description |
|---|---|
ServerSocket |
createServerSocket() |
ServerSocket |
createServerSocket(int port) |
ServerSocket |
createServerSocket(int port,
int backlog) |
ServerSocket |
createServerSocket(int port,
int backlog,
InetAddress ifAddress) |
String[] |
getDefaultCipherSuites() |
String[] |
getSupportedCipherSuites() |
getDefaultpublic RestrictedSSLServerSocketFactory(SSLContext sslContext, String[] cipherSuites, String[] protocols)
public ServerSocket createServerSocket() throws IOException
createServerSocket in class ServerSocketFactoryIOExceptionpublic ServerSocket createServerSocket(int port) throws IOException
createServerSocket in class ServerSocketFactoryIOExceptionpublic ServerSocket createServerSocket(int port, int backlog) throws IOException
createServerSocket in class ServerSocketFactoryIOExceptionpublic ServerSocket createServerSocket(int port, int backlog, InetAddress ifAddress) throws IOException
createServerSocket in class ServerSocketFactoryIOExceptionpublic String[] getDefaultCipherSuites()
getDefaultCipherSuites in class SSLServerSocketFactorypublic String[] getSupportedCipherSuites()
getSupportedCipherSuites in class SSLServerSocketFactoryCopyright © 2003–2017 MuleSoft, Inc.. All rights reserved.