Uses of Class
ch.qos.logback.core.net.ssl.SSLConfiguration
Package
Description
Contains classes used to log through a network
Provides a robust logging server
Contains the base classes used by logback to log to remote
destinations.
Contains the base classes used by logback to serve logging events to
remote peers.
Contains classes that create and configure a JSSE SSLContext needed
for secure transport of logging events by SSLSocketAppender.
-
Uses of SSLConfiguration in ch.qos.logback.classic.net
Modifier and TypeMethodDescriptionvoid
SSLSocketReceiver.setSsl
(SSLConfiguration ssl) Sets the SSL configuration. -
Uses of SSLConfiguration in ch.qos.logback.classic.net.server
Modifier and TypeMethodDescriptionSSLServerSocketReceiver.getSsl()
Gets the server's SSL configuration.Modifier and TypeMethodDescriptionvoid
SSLServerSocketReceiver.setSsl
(SSLConfiguration ssl) Gets the server's SSL configuration. -
Uses of SSLConfiguration in ch.qos.logback.core.net
Modifier and TypeMethodDescriptionvoid
AbstractSSLSocketAppender.setSsl
(SSLConfiguration ssl) Sets the SSL configuration. -
Uses of SSLConfiguration in ch.qos.logback.core.net.server
Modifier and TypeMethodDescriptionSSLServerSocketAppenderBase.getSsl()
Gets the SSL configuration.Modifier and TypeMethodDescriptionvoid
SSLServerSocketAppenderBase.setSsl
(SSLConfiguration ssl) Sets the SSL configuration. -
Uses of SSLConfiguration in ch.qos.logback.core.net.ssl