Class SSLServerSocketReceiver
java.lang.Object
ch.qos.logback.core.spi.ContextAwareBase
ch.qos.logback.classic.net.ReceiverBase
ch.qos.logback.classic.net.server.ServerSocketReceiver
ch.qos.logback.classic.net.server.SSLServerSocketReceiver
- All Implemented Interfaces:
SSLComponent
,ContextAware
,LifeCycle
@Deprecated(since="2022-01-27")
public class SSLServerSocketReceiver
extends ServerSocketReceiver
implements SSLComponent
Deprecated.
This internal logback API is not supported by AEM as a Cloud Service.
A
ServerSocketReceiver
that supports SSL.-
Field Summary
Fields inherited from class ch.qos.logback.classic.net.server.ServerSocketReceiver
DEFAULT_BACKLOG
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptiongetSsl()
Deprecated.Gets the server's SSL configuration.void
setSsl
(SSLConfiguration ssl) Deprecated.Gets the server's SSL configuration.Methods inherited from class ch.qos.logback.classic.net.server.ServerSocketReceiver
getAddress, getBacklog, getPort, setAddress, setBacklog, setPort
Methods inherited from class ch.qos.logback.classic.net.ReceiverBase
isStarted, start, stop
Methods inherited from class ch.qos.logback.core.spi.ContextAwareBase
addError, addError, addInfo, addInfo, addStatus, addWarn, addWarn, getContext, getStatusManager, setContext
-
Constructor Details
-
SSLServerSocketReceiver
public SSLServerSocketReceiver()Deprecated.
-
-
Method Details
-
getSsl
Deprecated.Gets the server's SSL configuration.- Specified by:
getSsl
in interfaceSSLComponent
- Returns:
- SSL configuration; if no SSL configuration was provided a default configuration is returned
-
setSsl
Deprecated.Gets the server's SSL configuration.- Specified by:
setSsl
in interfaceSSLComponent
- Parameters:
ssl
- the SSL configuration to set.
-