Uses of Interface
ch.qos.logback.core.net.SocketConnector

Packages that use SocketConnector
ch.qos.logback.core.net Contains the base classes used by logback to log to remote destinations. 
 

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

Classes in ch.qos.logback.core.net that implement SocketConnector
 class DefaultSocketConnector
          Default implementation of SocketConnector.
 

Methods in ch.qos.logback.core.net that return SocketConnector
protected  SocketConnector AbstractSocketAppender.newConnector(InetAddress address, int port, long initialDelay, long retryDelay)
          Creates a new SocketConnector.
 

Methods in ch.qos.logback.core.net with parameters of type SocketConnector
 void SocketConnector.ExceptionHandler.connectionFailed(SocketConnector connector, Exception ex)
           
 void AbstractSocketAppender.connectionFailed(SocketConnector connector, Exception ex)
          
 



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