public class DummySSLServerSocketFactory extends SSLServerSocketFactory
| Constructor and Description |
|---|
DummySSLServerSocketFactory() |
| Modifier and Type | Method and Description |
|---|---|
ServerSocket |
createServerSocket() |
ServerSocket |
createServerSocket(int i) |
ServerSocket |
createServerSocket(int i,
int i1) |
ServerSocket |
createServerSocket(int i,
int i1,
InetAddress inetAddress) |
static ServerSocketFactory |
getDefault() |
String[] |
getDefaultCipherSuites() |
String[] |
getSupportedCipherSuites() |
public static ServerSocketFactory getDefault()
public ServerSocket createServerSocket() throws IOException
createServerSocket in class ServerSocketFactoryIOExceptionpublic ServerSocket createServerSocket(int i) throws IOException
createServerSocket in class ServerSocketFactoryIOExceptionpublic ServerSocket createServerSocket(int i, int i1) throws IOException
createServerSocket in class ServerSocketFactoryIOExceptionpublic ServerSocket createServerSocket(int i, int i1, InetAddress inetAddress) throws IOException
createServerSocket in class ServerSocketFactoryIOExceptionpublic String[] getDefaultCipherSuites()
getDefaultCipherSuites in class SSLServerSocketFactorypublic String[] getSupportedCipherSuites()
getSupportedCipherSuites in class SSLServerSocketFactoryCopyright © 2005–2017 Alfresco Software. All rights reserved.