| Package | Description |
|---|---|
| ch.qos.logback.core.net |
Contains the base classes used by logback to log to remote
destinations.
|
| ch.qos.logback.core.net.server |
Contains the base classes used by logback to serve logging events to
remote peers.
|
| 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 |
|---|---|
SSLConfiguration |
AbstractSSLSocketAppender.getSsl()
Gets the SSL configuration.
|
| Modifier and Type | Method and Description |
|---|---|
void |
AbstractSSLSocketAppender.setSsl(SSLConfiguration ssl)
Sets the SSL configuration.
|
| Modifier and Type | Method and Description |
|---|---|
SSLConfiguration |
SSLServerSocketAppenderBase.getSsl()
Gets the SSL configuration.
|
| Modifier and Type | Method and Description |
|---|---|
void |
SSLServerSocketAppenderBase.setSsl(SSLConfiguration ssl)
Sets the SSL configuration.
|
| Modifier and Type | Method and Description |
|---|---|
SSLConfiguration |
SSLComponent.getSsl() |
| Modifier and Type | Method and Description |
|---|---|
void |
SSLComponent.setSsl(SSLConfiguration ssl) |
Copyright © 2005–2021 QOS.ch. All rights reserved.