Uses of Interface
ch.qos.logback.core.net.server.Client
Package
Description
Contains the base classes used by logback to serve logging events to
remote peers.
-
Uses of Client in ch.qos.logback.core.net.server
Modifier 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
.