public class SSLServerSocketReceiver extends ServerSocketReceiver implements ch.qos.logback.core.net.ssl.SSLComponent
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.
|
ch.qos.logback.core.net.ssl.SSLConfiguration |
getSsl()
Gets the server's SSL configuration.
|
void |
setSsl(ch.qos.logback.core.net.ssl.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 ch.qos.logback.core.net.ssl.SSLConfiguration getSsl()
getSsl in interface ch.qos.logback.core.net.ssl.SSLComponentpublic void setSsl(ch.qos.logback.core.net.ssl.SSLConfiguration ssl)
setSsl in interface ch.qos.logback.core.net.ssl.SSLComponentssl - the SSL configuration to set.