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

Packages that use SSLParametersConfiguration
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 SSLParametersConfiguration in ch.qos.logback.core.net.ssl
 

Methods in ch.qos.logback.core.net.ssl that return SSLParametersConfiguration
 SSLParametersConfiguration SSLConfiguration.getParameters()
          Gets the SSL parameters configuration.
 

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

Constructors in ch.qos.logback.core.net.ssl with parameters of type SSLParametersConfiguration
ConfigurableSSLServerSocketFactory(SSLParametersConfiguration parameters, SSLServerSocketFactory delegate)
          Creates a new factory.
ConfigurableSSLSocketFactory(SSLParametersConfiguration parameters, SSLSocketFactory delegate)
          Creates a new factory.
 



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