public abstract class SSLServerSocketAppenderBase<E> extends AbstractServerSocketAppender<E> implements SSLComponent
DEFAULT_BACKLOG, DEFAULT_CLIENT_QUEUE_SIZEname, startedcontext| Constructor and Description |
|---|
SSLServerSocketAppenderBase() |
| Modifier and Type | Method and Description |
|---|---|
protected ServerSocketFactory |
getServerSocketFactory()
Gets the factory used to create
ServerSocket objects. |
SSLConfiguration |
getSsl()
Gets the SSL configuration.
|
void |
setSsl(SSLConfiguration ssl)
Sets the SSL configuration.
|
void |
start() |
append, createServerListener, createServerRunner, getAddress, getBacklog, getClientQueueSize, getInetAddress, getPort, getPST, postProcessEvent, setAddress, setBacklog, setClientQueueSize, setPort, 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 ServerSocketFactory getServerSocketFactory()
AbstractServerSocketAppenderServerSocket objects.
The default implementation delegates to
ServerSocketFactory.getDefault(). Subclasses may override to
private a different socket factory implementation.
getServerSocketFactory in class AbstractServerSocketAppender<E>public void start()
start in interface LifeCyclestart in class AbstractServerSocketAppender<E>public SSLConfiguration getSsl()
getSsl in interface SSLComponentpublic void setSsl(SSLConfiguration ssl)
setSsl in interface SSLComponentssl - the SSL configuration to setCopyright © 2005–2014 QOS.ch. All rights reserved.