public class SSLServerSocketReceiver extends ServerSocketReceiver
ServerSocketReceiver that supports SSL.DEFAULT_BACKLOG| Constructor and Description |
|---|
SSLServerSocketReceiver() |
| Modifier and Type | Method and Description |
|---|---|
protected javax.net.ServerSocketFactory |
getServerSocketFactory()
Gets the server socket factory.
|
SSLConfiguration |
getSsl()
Gets the server's SSL configuration.
|
void |
setSsl(SSLConfiguration ssl)
Gets the server's SSL configuration.
|
createServerListener, createServerRunner, getAddress, getBacklog, getInetAddress, getPort, getRunnableTask, onStop, setAddress, setBacklog, setPort, shouldStartisStarted, start, stopprotected javax.net.ServerSocketFactory getServerSocketFactory()
throws java.lang.Exception
Subclasses may override to provide a custom factory.
getServerSocketFactory in class ServerSocketReceiverjava.lang.Exceptionpublic SSLConfiguration getSsl()
public void setSsl(SSLConfiguration ssl)
ssl - the SSL configuration to set.