com.retrogui.dualrpc.server.net
Class AuthSSLServerSocketFactory
java.lang.Object
javax.net.ServerSocketFactory
javax.net.ssl.SSLServerSocketFactory
com.retrogui.dualrpc.server.net.AuthSSLServerSocketFactory
- public class AuthSSLServerSocketFactory
- extends javax.net.ssl.SSLServerSocketFactory
SSL server socket factory that forces client authentication
| Methods inherited from class javax.net.ssl.SSLServerSocketFactory |
getDefault |
| Methods inherited from class javax.net.ServerSocketFactory |
createServerSocket |
| Methods inherited from class java.lang.Object |
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait |
AuthSSLServerSocketFactory
public AuthSSLServerSocketFactory()
createServerSocket
public java.net.ServerSocket createServerSocket(int port)
throws java.io.IOException
- Throws:
java.io.IOException
createServerSocket
public java.net.ServerSocket createServerSocket(int port,
int backlog)
throws java.io.IOException,
java.net.UnknownHostException
- Throws:
java.io.IOException
java.net.UnknownHostException
createServerSocket
public java.net.ServerSocket createServerSocket(int port,
int backlog,
java.net.InetAddress ifAddress)
throws java.io.IOException
- Throws:
java.io.IOException
getDefaultCipherSuites
public java.lang.String[] getDefaultCipherSuites()
getSupportedCipherSuites
public java.lang.String[] getSupportedCipherSuites()
equals
public boolean equals(java.lang.Object obj)
hashCode
public int hashCode()