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 TypeClassDescriptionclassAnSSLConfigurablewrapper for anSSLServerSocket.classAnSSLConfigurablewrapper for anSSLSocket.Methods in ch.qos.logback.core.net.ssl with parameters of type SSLConfigurableModifier and TypeMethodDescriptionvoidSSLParametersConfiguration.configure(SSLConfigurable socket) Configures SSL parameters on anSSLConfigurable.