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.
|
Modifier and Type | Method and Description |
---|---|
SSLParametersConfiguration |
SSLConfiguration.getParameters()
Gets the SSL parameters configuration.
|
Modifier and Type | Method and Description |
---|---|
void |
SSLConfiguration.setParameters(SSLParametersConfiguration parameters)
Sets the SSL parameters configuration.
|
Constructor and Description |
---|
ConfigurableSSLServerSocketFactory(SSLParametersConfiguration parameters,
SSLServerSocketFactory delegate)
Creates a new factory.
|
ConfigurableSSLSocketFactory(SSLParametersConfiguration parameters,
SSLSocketFactory delegate)
Creates a new factory.
|
Copyright © 2005–2015 QOS.ch. All rights reserved.