Package ch.qos.logback.core.net.server
Class SSLServerSocketAppenderBase<E>
- java.lang.Object
-
- ch.qos.logback.core.spi.ContextAwareBase
-
- ch.qos.logback.core.AppenderBase<E>
-
- ch.qos.logback.core.net.server.AbstractServerSocketAppender<E>
-
- ch.qos.logback.core.net.server.SSLServerSocketAppenderBase<E>
-
- All Implemented Interfaces:
Appender<E>
,SSLComponent
,ContextAware
,FilterAttachable<E>
,LifeCycle
- Direct Known Subclasses:
SSLServerSocketAppender
@Deprecated(since="2022-01-27") public abstract class SSLServerSocketAppenderBase<E> extends AbstractServerSocketAppender<E> implements SSLComponent
Deprecated.This internal logback API is not supported by AEM as a Cloud Service.This is the base class for module specific ServerSocketAppender implementations.
-
-
Field Summary
-
Fields inherited from class ch.qos.logback.core.net.server.AbstractServerSocketAppender
DEFAULT_BACKLOG, DEFAULT_CLIENT_QUEUE_SIZE
-
-
Constructor Summary
Constructors Constructor Description SSLServerSocketAppenderBase()
Deprecated.
-
Method Summary
All Methods Instance Methods Concrete Methods Deprecated Methods Modifier and Type Method Description SSLConfiguration
getSsl()
Deprecated.Gets the SSL configuration.void
setSsl(SSLConfiguration ssl)
Deprecated.Sets the SSL configuration.void
start()
Deprecated.-
Methods inherited from class ch.qos.logback.core.net.server.AbstractServerSocketAppender
getAddress, getBacklog, getClientQueueSize, getPort, setAddress, setBacklog, setClientQueueSize, setPort, stop
-
Methods inherited from class ch.qos.logback.core.AppenderBase
addFilter, clearAllFilters, doAppend, getCopyOfAttachedFiltersList, getFilterChainDecision, getName, isStarted, setName, toString
-
Methods inherited from class ch.qos.logback.core.spi.ContextAwareBase
addError, addError, addInfo, addInfo, addStatus, addWarn, addWarn, getContext, getStatusManager, setContext
-
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait
-
Methods inherited from interface ch.qos.logback.core.spi.ContextAware
addError, addError, addInfo, addInfo, addStatus, addWarn, addWarn, getContext, setContext
-
-
-
-
Method Detail
-
start
public void start()
Deprecated.- Specified by:
start
in interfaceLifeCycle
- Overrides:
start
in classAbstractServerSocketAppender<E>
-
getSsl
public SSLConfiguration getSsl()
Deprecated.Gets the SSL configuration.- Specified by:
getSsl
in interfaceSSLComponent
- Returns:
- SSL configuration; if no configuration has been set, a default configuration is returned
-
setSsl
public void setSsl(SSLConfiguration ssl)
Deprecated.Sets the SSL configuration.- Specified by:
setSsl
in interfaceSSLComponent
- Parameters:
ssl
- the SSL configuration to set
-
-