public class DummySSLServerSocketFactory
extends javax.net.ssl.SSLServerSocketFactory
Constructor and Description |
---|
DummySSLServerSocketFactory() |
Modifier and Type | Method and Description |
---|---|
java.net.ServerSocket |
createServerSocket() |
java.net.ServerSocket |
createServerSocket(int i) |
java.net.ServerSocket |
createServerSocket(int i,
int i1) |
java.net.ServerSocket |
createServerSocket(int i,
int i1,
java.net.InetAddress inetAddress) |
static javax.net.ServerSocketFactory |
getDefault() |
java.lang.String[] |
getDefaultCipherSuites() |
java.lang.String[] |
getSupportedCipherSuites() |
public static javax.net.ServerSocketFactory getDefault()
public java.net.ServerSocket createServerSocket() throws java.io.IOException
createServerSocket
in class javax.net.ServerSocketFactory
java.io.IOException
public java.net.ServerSocket createServerSocket(int i) throws java.io.IOException
createServerSocket
in class javax.net.ServerSocketFactory
java.io.IOException
public java.net.ServerSocket createServerSocket(int i, int i1) throws java.io.IOException
createServerSocket
in class javax.net.ServerSocketFactory
java.io.IOException
public java.net.ServerSocket createServerSocket(int i, int i1, java.net.InetAddress inetAddress) throws java.io.IOException
createServerSocket
in class javax.net.ServerSocketFactory
java.io.IOException
public java.lang.String[] getDefaultCipherSuites()
getDefaultCipherSuites
in class javax.net.ssl.SSLServerSocketFactory
public java.lang.String[] getSupportedCipherSuites()
getSupportedCipherSuites
in class javax.net.ssl.SSLServerSocketFactory