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 SSLComponent
Deprecated.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 SSLConfiguration
getSsl()
Deprecated.void
setSsl(SSLConfiguration ssl)
Deprecated.
-
-
-
Method Detail
-
getSsl
SSLConfiguration getSsl()
Deprecated.
-
setSsl
void setSsl(SSLConfiguration ssl)
Deprecated.
-
-