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 private SocketConnectorSocketReceiver. createConnector(java.net.InetAddress address, int port, int initialDelay, int retryDelay)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 private java.util.concurrent.Future<java.net.Socket>SocketReceiver. activateConnector(SocketConnector connector)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.Fields in ch.qos.logback.core.net declared as SocketConnector Modifier and Type Field Description private SocketConnectorAbstractSocketAppender. connectorMethods in ch.qos.logback.core.net that return SocketConnector Modifier and Type Method Description private SocketConnectorAbstractSocketAppender. createConnector(java.net.InetAddress address, int port, int initialDelay, long retryDelay)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)voidDefaultSocketConnector.ConsoleExceptionHandler. connectionFailed(SocketConnector connector, java.lang.Exception ex)voidSocketConnector.ExceptionHandler. connectionFailed(SocketConnector connector, java.lang.Exception ex)
-