Package ch.qos.logback.classic.net
Class SSLSocketReceiver
- java.lang.Object
-
- ch.qos.logback.core.spi.ContextAwareBase
-
- ch.qos.logback.classic.net.ReceiverBase
-
- ch.qos.logback.classic.net.SocketReceiver
-
- ch.qos.logback.classic.net.SSLSocketReceiver
-
- All Implemented Interfaces:
SocketConnector.ExceptionHandler
,SSLComponent
,ContextAware
,LifeCycle
,java.lang.Runnable
@Deprecated(since="2022-01-27") public class SSLSocketReceiver extends SocketReceiver implements SSLComponent
Deprecated.This internal logback API is not supported by AEM as a Cloud Service.ASocketReceiver
that supports SSL.
-
-
Constructor Summary
Constructors Constructor Description SSLSocketReceiver()
Deprecated.
-
Method Summary
All Methods Instance Methods Concrete Methods Deprecated Methods Modifier and Type Method Description SSLConfiguration
getSsl()
Deprecated.Gets the SSL configuration.void
setSsl(SSLConfiguration ssl)
Deprecated.Sets the SSL configuration.-
Methods inherited from class ch.qos.logback.classic.net.SocketReceiver
connectionFailed, run, setAcceptConnectionTimeout, setPort, setReconnectionDelay, setRemoteHost
-
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
-
-
-
-
Method Detail
-
getSsl
public SSLConfiguration getSsl()
Deprecated.Gets the SSL configuration.- Specified by:
getSsl
in interfaceSSLComponent
- Returns:
- SSL configuration; if no configuration has been set, a default configuration is returned
-
setSsl
public void setSsl(SSLConfiguration ssl)
Deprecated.Sets the SSL configuration.- Specified by:
setSsl
in interfaceSSLComponent
- Parameters:
ssl
- the SSL configuration to set
-
-