Uses of Interface
ch.qos.logback.core.net.ssl.SSLConfigurable
Packages that use SSLConfigurable
Package
Description
Contains classes that create and configure a JSSE SSLContext needed
for secure transport of logging events by SSLSocketAppender.
-
Uses of SSLConfigurable in ch.qos.logback.core.net.ssl
Classes in ch.qos.logback.core.net.ssl that implement SSLConfigurableModifier and TypeClassDescriptionclass
AnSSLConfigurable
wrapper for anSSLServerSocket
.class
AnSSLConfigurable
wrapper for anSSLSocket
.Methods in ch.qos.logback.core.net.ssl with parameters of type SSLConfigurableModifier and TypeMethodDescriptionvoid
SSLParametersConfiguration.configure
(SSLConfigurable socket) Configures SSL parameters on anSSLConfigurable
.