Package ch.qos.logback.core.net.server
package ch.qos.logback.core.net.server
Contains the base classes used by logback to serve logging events to remote peers.
-
Interface SummaryInterfaceDescriptionA client of a
ServerRunner.ClientVisitor<T extends Client>A visitor for aClient.ServerListener<T extends Client>A listener that acceptsClientconnections on behalf of aServerRunner.ServerRunner<T extends Client>An object that is responsible for the asynchronous execution of a socket server. -
Class SummaryClassDescriptionThis is the super class for module specific ServerSocketAppender implementations can derive from.ConcurrentServerRunner<T extends Client>A concurrent
ServerRunner.ServerSocketListener<T extends Client>AServerListenerthat accepts connections on aServerSocket.This is the base class for module specific ServerSocketAppender implementations.