-
- All Known Implementing Classes:
AbstractSSLSocketAppender,SSLSocketAppender
public interface SSLComponent
An interface used to identify components that have an SSL configuration.- Author:
- Carl Harris
-
-
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)
-
-