Package | Description |
---|---|
ch.qos.logback.classic.net |
Contains classes used to log through a network
|
ch.qos.logback.classic.net.server |
Provides a robust logging server
|
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 |
SSLSocketReceiver.getSsl()
Gets the SSL configuration.
|
Modifier and Type | Method and Description |
---|---|
void |
SSLSocketReceiver.setSsl(SSLConfiguration ssl)
Sets the SSL configuration.
|
Modifier and Type | Method and Description |
---|---|
SSLConfiguration |
SSLServerSocketReceiver.getSsl()
Gets the server's SSL configuration.
|
Modifier and Type | Method and Description |
---|---|
void |
SSLServerSocketReceiver.setSsl(SSLConfiguration ssl)
Gets the server's SSL configuration.
|
Modifier and Type | Method and Description |
---|---|
SSLConfiguration |
SSLSocketAppenderBase.getSsl()
Gets the SSL configuration.
|
SSLConfiguration |
AbstractSSLSocketAppender.getSsl()
Gets the SSL configuration.
|
Modifier and Type | Method and Description |
---|---|
void |
SSLSocketAppenderBase.setSsl(SSLConfiguration ssl)
Sets the SSL configuration.
|
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–2015 QOS.ch. All rights reserved.