Uses of Class
ch.qos.logback.core.net.ssl.SSLConfiguration

Packages that use SSLConfiguration
ch.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.core.net
 

Methods in ch.qos.logback.core.net that return SSLConfiguration
 SSLConfiguration AbstractSSLSocketAppender.getSsl()
          Gets the SSL configuration.
 

Methods in ch.qos.logback.core.net with parameters of type SSLConfiguration
 void AbstractSSLSocketAppender.setSsl(SSLConfiguration ssl)
          Sets the SSL configuration.
 

Uses of SSLConfiguration in ch.qos.logback.core.net.server
 

Methods in ch.qos.logback.core.net.server that return SSLConfiguration
 SSLConfiguration SSLServerSocketAppenderBase.getSsl()
          Gets the SSL configuration.
 

Methods in ch.qos.logback.core.net.server with parameters of type SSLConfiguration
 void SSLServerSocketAppenderBase.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
 SSLConfiguration SSLComponent.getSsl()
           
 

Methods in ch.qos.logback.core.net.ssl with parameters of type SSLConfiguration
 void SSLComponent.setSsl(SSLConfiguration ssl)
           
 



Copyright © 2005-2014 QOS.ch. All Rights Reserved.