Package ch.qos.logback.core.net.ssl
Interface SSLComponent
-
- All Known Implementing Classes:
AbstractSSLSocketAppender,SSLServerSocketAppender,SSLServerSocketAppenderBase,SSLServerSocketReceiver,SSLSocketAppender,SSLSocketReceiver
public interface SSLComponentA interface used to identify components that have an SSL configuration.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description SSLConfigurationgetSsl()voidsetSsl(SSLConfiguration ssl)
-
-
-
Method Detail
-
getSsl
SSLConfiguration getSsl()
-
setSsl
void setSsl(SSLConfiguration ssl)
-
-