Uses of Class
ch.qos.logback.core.net.ssl.SSLConfiguration
-
Packages that use SSLConfiguration Package Description ch.qos.logback.classic.net Contains classes used to log through a networkch.qos.logback.classic.net.server Provides a robust logging serverch.qos.logback.core.net Contains the base classes used by logback to log to remote destinations.ch.qos.logback.core.net.server Contains the base classes used by logback to serve logging events to remote peers.ch.qos.logback.core.net.ssl 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
Fields in ch.qos.logback.classic.net declared as SSLConfiguration Modifier and Type Field Description private SSLConfigurationSSLSocketReceiver. sslMethods in ch.qos.logback.classic.net that return SSLConfiguration Modifier and Type Method Description SSLConfigurationSSLSocketReceiver. getSsl()Gets the SSL configuration.Methods in ch.qos.logback.classic.net with parameters of type SSLConfiguration Modifier and Type Method Description voidSSLSocketReceiver. setSsl(SSLConfiguration ssl)Sets the SSL configuration. -
Uses of SSLConfiguration in ch.qos.logback.classic.net.server
Fields in ch.qos.logback.classic.net.server declared as SSLConfiguration Modifier and Type Field Description private SSLConfigurationSSLServerSocketReceiver. sslMethods in ch.qos.logback.classic.net.server that return SSLConfiguration Modifier and Type Method Description SSLConfigurationSSLServerSocketReceiver. getSsl()Gets the server's SSL configuration.Methods in ch.qos.logback.classic.net.server with parameters of type SSLConfiguration Modifier and Type Method Description voidSSLServerSocketReceiver. setSsl(SSLConfiguration ssl)Gets the server's SSL configuration. -
Uses of SSLConfiguration in ch.qos.logback.core.net
Fields in ch.qos.logback.core.net declared as SSLConfiguration Modifier and Type Field Description private SSLConfigurationAbstractSSLSocketAppender. sslMethods in ch.qos.logback.core.net that return SSLConfiguration Modifier and Type Method Description SSLConfigurationAbstractSSLSocketAppender. getSsl()Gets the SSL configuration.Methods in ch.qos.logback.core.net with parameters of type SSLConfiguration Modifier and Type Method Description voidAbstractSSLSocketAppender. setSsl(SSLConfiguration ssl)Sets the SSL configuration. -
Uses of SSLConfiguration in ch.qos.logback.core.net.server
Fields in ch.qos.logback.core.net.server declared as SSLConfiguration Modifier and Type Field Description private SSLConfigurationSSLServerSocketAppenderBase. sslMethods in ch.qos.logback.core.net.server that return SSLConfiguration Modifier and Type Method Description SSLConfigurationSSLServerSocketAppenderBase. getSsl()Gets the SSL configuration.Methods in ch.qos.logback.core.net.server with parameters of type SSLConfiguration Modifier and Type Method Description voidSSLServerSocketAppenderBase. setSsl(SSLConfiguration ssl)Sets the SSL configuration. -
Uses of SSLConfiguration in ch.qos.logback.core.net.ssl
Methods in ch.qos.logback.core.net.ssl that return SSLConfiguration Modifier and Type Method Description SSLConfigurationSSLComponent. getSsl()Methods in ch.qos.logback.core.net.ssl with parameters of type SSLConfiguration Modifier and Type Method Description voidSSLComponent. setSsl(SSLConfiguration ssl)
-