ch.qos.logback.access.net
Class SSLSocketAppender

java.lang.Object
  extended by ch.qos.logback.core.spi.ContextAwareBase
      extended by ch.qos.logback.core.AppenderBase<E>
          extended by ch.qos.logback.core.net.AbstractSocketAppender<E>
              extended by ch.qos.logback.core.net.AbstractSSLSocketAppender<IAccessEvent>
                  extended by ch.qos.logback.access.net.SSLSocketAppender
All Implemented Interfaces:
Appender<IAccessEvent>, SocketConnector.ExceptionHandler, SSLComponent, ContextAware, FilterAttachable<IAccessEvent>, LifeCycle, Runnable

public class SSLSocketAppender
extends AbstractSSLSocketAppender<IAccessEvent>

A SocketAppender that supports SSL.

For more information on this appender, please refer to the online manual at http://logback.qos.ch/manual/appenders.html#SSLSocketAppender

Author:
Carl Harris

Field Summary
 
Fields inherited from class ch.qos.logback.core.net.AbstractSocketAppender
DEFAULT_PORT, DEFAULT_QUEUE_SIZE, DEFAULT_RECONNECTION_DELAY
 
Fields inherited from class ch.qos.logback.core.AppenderBase
name, started
 
Fields inherited from class ch.qos.logback.core.spi.ContextAwareBase
context
 
Constructor Summary
SSLSocketAppender()
           
 
Method Summary
 PreSerializationTransformer<IAccessEvent> getPST()
           
protected  void postProcessEvent(IAccessEvent event)
           
 
Methods inherited from class ch.qos.logback.core.net.AbstractSSLSocketAppender
getSocketFactory, getSsl, setSsl, start
 
Methods inherited from class ch.qos.logback.core.net.AbstractSocketAppender
append, connectionFailed, getAddressByName, getEventDelayLimit, getPort, getQueueSize, getReconnectionDelay, getRemoteHost, newConnector, run, setEventDelayLimit, setPort, setQueueSize, setReconnectionDelay, setRemoteHost, signalEntryInRunMethod, 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, getDeclaredOrigin, getStatusManager, setContext
 
Methods inherited from class java.lang.Object
clone, equals, finalize, 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
 

Constructor Detail

SSLSocketAppender

public SSLSocketAppender()
Method Detail

postProcessEvent

protected void postProcessEvent(IAccessEvent event)
Specified by:
postProcessEvent in class AbstractSocketAppender<IAccessEvent>

getPST

public PreSerializationTransformer<IAccessEvent> getPST()
Specified by:
getPST in class AbstractSocketAppender<IAccessEvent>


Copyright © 2005-2014 QOS.ch. All Rights Reserved.