Package ch.qos.logback.core.net.ssl
Interface SSLComponent
-
- All Known Implementing Classes:
AbstractSSLSocketAppender,SSLServerSocketAppender,SSLServerSocketAppenderBase,SSLServerSocketReceiver,SSLSocketAppender,SSLSocketReceiver
@Deprecated(since="2022-01-27") public interface SSLComponentDeprecated.This internal logback API is not supported by AEM as a Cloud Service.A interface used to identify components that have an SSL configuration.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Deprecated Methods Modifier and Type Method Description SSLConfigurationgetSsl()Deprecated.voidsetSsl(SSLConfiguration ssl)Deprecated.
-
-
-
Method Detail
-
getSsl
SSLConfiguration getSsl()
Deprecated.
-
setSsl
void setSsl(SSLConfiguration ssl)
Deprecated.
-
-