Uses of Package
ch.qos.logback.core.net.server
-
Packages that use ch.qos.logback.core.net.server Package Description ch.qos.logback.access.net.server Provides a robust appender that serves logging events to remote clientsch.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. -
Classes in ch.qos.logback.core.net.server used by ch.qos.logback.access.net.server Class Description AbstractServerSocketAppender This is the super class for module specific ServerSocketAppender implementations can derive from.SSLServerSocketAppenderBase This is the base class for module specific ServerSocketAppender implementations. -
Classes in ch.qos.logback.core.net.server used by ch.qos.logback.classic.net.server Class Description AbstractServerSocketAppender This is the super class for module specific ServerSocketAppender implementations can derive from.Client A client of aServerRunner
.ConcurrentServerRunner A concurrentServerRunner
.ServerListener A listener that acceptsClient
connections on behalf of aServerRunner
.ServerRunner An object that is responsible for the asynchronous execution of a socket server.ServerSocketListener AServerListener
that accepts connections on aServerSocket
.SSLServerSocketAppenderBase This is the base class for module specific ServerSocketAppender implementations. -
Classes in ch.qos.logback.core.net.server used by ch.qos.logback.core.net.server Class Description AbstractServerSocketAppender This is the super class for module specific ServerSocketAppender implementations can derive from.Client A client of aServerRunner
.ClientVisitor A visitor for aClient
.ConcurrentServerRunner A concurrentServerRunner
.RemoteReceiverClient A client of aServerRunner
that receives events from a local appender and logs them according to local policy.ServerListener A listener that acceptsClient
connections on behalf of aServerRunner
.ServerRunner An object that is responsible for the asynchronous execution of a socket server.ServerSocketListener AServerListener
that accepts connections on aServerSocket
.