Uses of Interface
ch.qos.logback.core.net.SocketConnector
-
Packages that use SocketConnector Package Description ch.qos.logback.classic.net Contains classes used to log through a networkch.qos.logback.core.net Contains the base classes used by logback to log to remote destinations. -
-
Uses of SocketConnector in ch.qos.logback.classic.net
Methods in ch.qos.logback.classic.net that return SocketConnector Modifier and Type Method Description protected SocketConnectorSocketReceiver. newConnector(java.net.InetAddress address, int port, int initialDelay, int retryDelay)Methods in ch.qos.logback.classic.net with parameters of type SocketConnector Modifier and Type Method Description voidSocketReceiver. connectionFailed(SocketConnector connector, java.lang.Exception ex) -
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(java.net.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, java.lang.Exception ex)voidSocketConnector.ExceptionHandler. connectionFailed(SocketConnector connector, java.lang.Exception ex)
-