Uses of Class
ch.qos.logback.core.net.ssl.SSLParametersConfiguration
Package
Description
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
Modifier and TypeMethodDescriptionSSLConfiguration.getParameters()
Gets the SSL parameters configuration.Modifier and TypeMethodDescriptionvoid
SSLConfiguration.setParameters
(SSLParametersConfiguration parameters) Sets the SSL parameters configuration.ModifierConstructorDescriptionConfigurableSSLServerSocketFactory
(SSLParametersConfiguration parameters, SSLServerSocketFactory delegate) Creates a new factory.ConfigurableSSLSocketFactory
(SSLParametersConfiguration parameters, SSLSocketFactory delegate) Creates a new factory.