Uses of Interface
ch.qos.logback.core.net.server.Client
Packages that use Client
Package
Description
Provides a robust logging 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.serverModifier and TypeInterfaceDescription(package private) interface
A client of aServerRunner
that receives events from a remote appender.Classes in ch.qos.logback.classic.net.server that implement ClientModifier and TypeClassDescription(package private) class
-
Uses of Client in ch.qos.logback.core.net.server
Classes in ch.qos.logback.core.net.server with type parameters of type ClientModifier and TypeInterfaceDescriptioninterface
ClientVisitor<T extends Client>
A visitor for aClient
.class
ConcurrentServerRunner<T extends Client>
A concurrentServerRunner
.interface
ServerListener<T extends Client>
A listener that acceptsClient
connections on behalf of aServerRunner
.interface
ServerRunner<T extends Client>
An object that is responsible for the asynchronous execution of a socket server.class
ServerSocketListener<T extends Client>
AServerListener
that accepts connections on aServerSocket
.Subinterfaces of Client in ch.qos.logback.core.net.serverModifier and TypeInterfaceDescription(package private) interface
A client of aServerRunner
that receives events from a local appender and logs them according to local policy.Classes in ch.qos.logback.core.net.server that implement ClientModifier and TypeClassDescriptionprivate class
A wrapper for aClient
responsible for ensuring that client tracking is performed properly.(package private) class
ARemoteReceiverClient
that writes serialized logging events to anOutputStream
.Fields in ch.qos.logback.core.net.server declared as Client