Uses of Interface
ch.qos.logback.core.net.server.Client
-
Packages that use Client Package Description ch.qos.logback.classic.net.server Provides a robust logging serverch.qos.logback.core.net.server Contains the base classes used by logback to serve logging events to remote peers. -
-
Uses of Client in ch.qos.logback.classic.net.server
Subinterfaces of Client in ch.qos.logback.classic.net.server Modifier and Type Interface Description (package private) interfaceRemoteAppenderClientA client of aServerRunnerthat receives events from a remote appender.Classes in ch.qos.logback.classic.net.server that implement Client Modifier and Type Class Description (package private) classRemoteAppenderStreamClient -
Uses of Client in ch.qos.logback.core.net.server
Classes in ch.qos.logback.core.net.server with type parameters of type Client Modifier and Type Interface Description interfaceClientVisitor<T extends Client>A visitor for aClient.classConcurrentServerRunner<T extends Client>A concurrentServerRunner.interfaceServerListener<T extends Client>A listener that acceptsClientconnections on behalf of aServerRunner.interfaceServerRunner<T extends Client>An object that is responsible for the asynchronous execution of a socket server.classServerSocketListener<T extends Client>AServerListenerthat accepts connections on aServerSocket.Subinterfaces of Client in ch.qos.logback.core.net.server Modifier and Type Interface Description (package private) interfaceRemoteReceiverClientA client of aServerRunnerthat receives events from a local appender and logs them according to local policy.Classes in ch.qos.logback.core.net.server that implement Client Modifier and Type Class Description private classConcurrentServerRunner.ClientWrapperA wrapper for aClientresponsible for ensuring that client tracking is performed properly.(package private) classRemoteReceiverStreamClientARemoteReceiverClientthat writes serialized logging events to anOutputStream.Fields in ch.qos.logback.core.net.server declared as Client Modifier and Type Field Description private TConcurrentServerRunner.ClientWrapper. delegate
-