public interface SSLFactory
| Modifier and Type | Method and Description |
|---|---|
QServerSocket |
bind(QServerSocket ss)
Creates the SSL ServerSocket.
|
QServerSocket |
create(java.net.InetAddress host,
int port)
Creates the SSL ServerSocket.
|
QServerSocket create(java.net.InetAddress host, int port) throws ConfigException, java.io.IOException, java.security.GeneralSecurityException
ConfigExceptionjava.io.IOExceptionjava.security.GeneralSecurityExceptionQServerSocket bind(QServerSocket ss) throws ConfigException, java.io.IOException, java.security.GeneralSecurityException
ConfigExceptionjava.io.IOExceptionjava.security.GeneralSecurityException