public abstract class AbstractSSLSocketAppender<E> extends AbstractSocketAppender<E> implements SSLComponent
SSLSocketAppender implementations located in other logback modules.
DEFAULT_PORT, DEFAULT_QUEUE_SIZE, DEFAULT_RECONNECTION_DELAYname, startedcontext| Modifier | Constructor and Description |
|---|---|
protected |
AbstractSSLSocketAppender()
Constructs a new appender.
|
| Modifier and Type | Method and Description |
|---|---|
protected SocketFactory |
getSocketFactory()
Gets an
SocketFactory that produces SSL sockets using an
SSLContext that is derived from the appender's configuration.
|
SSLConfiguration |
getSsl()
Gets the SSL configuration.
|
void |
setSsl(SSLConfiguration
Sets the SSL configuration.
|
void |
start()
|
append, connectionFailed, getEventDelayLimit, getPort, getPST, getQueueSize, getReconnectionDelay, getRemoteHost, newConnector, postProcessEvent, setEventDelayLimit, setPort, setQueueSize, setReconnectionDelay, setRemoteHost, stopaddFilter, clearAllFilters, doAppend, getCopyOfAttachedFiltersList, getFilterChainDecision, getName, isStarted, setName, toStringaddError, addError, addInfo, addInfo, addStatus, addWarn, addWarn, getContext, getDeclaredOrigin, getStatusManager, setContextclone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitaddError, addError, addInfo, addInfo, addStatus, addWarn, addWarn, getContext, setContextprotected AbstractSSLSocketAppender()
protected SocketFactorygetSocketFactory()
SocketFactory that produces SSL sockets using an
SSLContext that is derived from the appender's configuration.
getSocketFactory in class
AbstractSocketAppender<E>
public void start()
public SSLConfigurationgetSsl()
getSsl in interface
SSLComponent
public void setSsl(SSLConfigurationssl)
setSsl in interface
SSLComponent
ssl - the SSL configuration to set