Uses of Interface
ch.qos.logback.core.net.SocketConnector
-
Packages that use SocketConnector Package Description 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 Modifier and Type Class Description classDefaultSocketConnectorDefault implementation ofSocketConnector.Methods in ch.qos.logback.core.net that return SocketConnector Modifier and Type Method Description protected SocketConnectorAbstractSocketAppender. newConnector(InetAddress address, int port, long initialDelay, long retryDelay)Creates a newSocketConnector.Methods in ch.qos.logback.core.net with parameters of type SocketConnector Modifier and Type Method Description voidAbstractSocketAppender. connectionFailed(SocketConnector connector, Exception ex)voidSocketConnector.ExceptionHandler. connectionFailed(SocketConnector connector, Exception ex)
-