Uses of Interface
ch.qos.logback.core.net.ssl.SSLComponent

Packages that use SSLComponent
ch.qos.logback.core.net Contains the base classes used by logback to log to remote destinations. 
ch.qos.logback.core.net.server Contains the base classes used by logback to serve logging events to remote peers. 
 

Uses of SSLComponent in ch.qos.logback.core.net
 

Classes in ch.qos.logback.core.net that implement SSLComponent
 class AbstractSSLSocketAppender<E>
          An abstract base for module specific SSLSocketAppender implementations located in other logback modules.
 

Uses of SSLComponent in ch.qos.logback.core.net.server
 

Classes in ch.qos.logback.core.net.server that implement SSLComponent
 class SSLServerSocketAppenderBase<E>
          This is the base class for module specific ServerSocketAppender implementations.
 



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