Uses of Class
ch.qos.logback.core.net.ssl.SSLParametersConfiguration
Packages that use 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
Fields in ch.qos.logback.core.net.ssl declared as SSLParametersConfigurationModifier and TypeFieldDescriptionprivate final SSLParametersConfiguration
ConfigurableSSLServerSocketFactory.parameters
private final SSLParametersConfiguration
ConfigurableSSLSocketFactory.parameters
private SSLParametersConfiguration
SSLConfiguration.parameters
Methods in ch.qos.logback.core.net.ssl that return SSLParametersConfigurationModifier and TypeMethodDescriptionSSLConfiguration.getParameters()
Gets the SSL parameters configuration.Methods in ch.qos.logback.core.net.ssl with parameters of type SSLParametersConfigurationModifier and TypeMethodDescriptionvoid
SSLConfiguration.setParameters
(SSLParametersConfiguration parameters) Sets the SSL parameters configuration.Constructors in ch.qos.logback.core.net.ssl with parameters of type SSLParametersConfigurationModifierConstructorDescriptionConfigurableSSLServerSocketFactory
(SSLParametersConfiguration parameters, SSLServerSocketFactory delegate) Creates a new factory.ConfigurableSSLSocketFactory
(SSLParametersConfiguration parameters, SSLSocketFactory delegate) Creates a new factory.