Uses of Class
ch.qos.logback.core.net.ssl.SSLParametersConfiguration
-
Packages that use SSLParametersConfiguration Package Description 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
Fields in ch.qos.logback.core.net.ssl declared as SSLParametersConfiguration Modifier and Type Field Description private SSLParametersConfiguration
ConfigurableSSLServerSocketFactory. parameters
private SSLParametersConfiguration
ConfigurableSSLSocketFactory. parameters
private SSLParametersConfiguration
SSLConfiguration. parameters
Methods in ch.qos.logback.core.net.ssl that return SSLParametersConfiguration Modifier and Type Method Description SSLParametersConfiguration
SSLConfiguration. getParameters()
Gets the SSL parameters configuration.Methods in ch.qos.logback.core.net.ssl with parameters of type SSLParametersConfiguration Modifier and Type Method Description void
SSLConfiguration. setParameters(SSLParametersConfiguration parameters)
Sets the SSL parameters configuration.Constructors in ch.qos.logback.core.net.ssl with parameters of type SSLParametersConfiguration Constructor Description ConfigurableSSLServerSocketFactory(SSLParametersConfiguration parameters, javax.net.ssl.SSLServerSocketFactory delegate)
Creates a new factory.ConfigurableSSLSocketFactory(SSLParametersConfiguration parameters, javax.net.ssl.SSLSocketFactory delegate)
Creates a new factory.
-