Package ch.qos.logback.core.net
Class AbstractSSLSocketAppender<E>
java.lang.Object
ch.qos.logback.core.spi.ContextAwareBase
ch.qos.logback.core.AppenderBase<E>
ch.qos.logback.core.net.AbstractSocketAppender<E>
ch.qos.logback.core.net.AbstractSSLSocketAppender<E>
- All Implemented Interfaces:
Appender<E>,SocketConnector.ExceptionHandler,SSLComponent,ContextAware,FilterAttachable<E>,LifeCycle
- Direct Known Subclasses:
SSLSocketAppender
@Deprecated(since="2022-01-27")
public abstract class AbstractSSLSocketAppender<E>
extends AbstractSocketAppender<E>
implements SSLComponent
Deprecated.
This internal logback API is not supported by AEM as a Cloud Service.
An abstract base for module specific
SSLSocketAppender
implementations located in other logback modules.-
Field Summary
Fields inherited from class ch.qos.logback.core.net.AbstractSocketAppender
DEFAULT_PORT, DEFAULT_QUEUE_SIZE, DEFAULT_RECONNECTION_DELAY -
Method Summary
Modifier and TypeMethodDescriptiongetSsl()Deprecated.Gets the SSL configuration.voidsetSsl(SSLConfiguration ssl) Deprecated.Sets the SSL configuration.voidstart()Deprecated.Methods inherited from class ch.qos.logback.core.net.AbstractSocketAppender
connectionFailed, getEventDelayLimit, getPort, getQueueSize, getReconnectionDelay, getRemoteHost, setEventDelayLimit, setPort, setQueueSize, setReconnectionDelay, setRemoteHost, stopMethods inherited from class ch.qos.logback.core.AppenderBase
addFilter, clearAllFilters, doAppend, getCopyOfAttachedFiltersList, getFilterChainDecision, getName, isStarted, setName, toStringMethods inherited from class ch.qos.logback.core.spi.ContextAwareBase
addError, addError, addInfo, addInfo, addStatus, addWarn, addWarn, getContext, getStatusManager, setContextMethods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, wait, wait, waitMethods inherited from interface ch.qos.logback.core.spi.ContextAware
addError, addError, addInfo, addInfo, addStatus, addWarn, addWarn, getContext, setContext
-
Method Details
-
start
public void start()Deprecated.- Specified by:
startin interfaceLifeCycle- Overrides:
startin classAbstractSocketAppender<E>
-
getSsl
Deprecated.Gets the SSL configuration.- Specified by:
getSslin interfaceSSLComponent- Returns:
- SSL configuration; if no configuration has been set, a default configuration is returned
-
setSsl
Deprecated.Sets the SSL configuration.- Specified by:
setSslin interfaceSSLComponent- Parameters:
ssl- the SSL configuration to set
-