Uses of Interface
ch.qos.logback.core.net.server.ServerListener
Packages that use ServerListener
Package
Description
Provides a robust logging server
Contains the base classes used by logback to serve logging events to
remote peers.
-
Uses of ServerListener in ch.qos.logback.classic.net.server
Classes in ch.qos.logback.classic.net.server that implement ServerListenerMethods in ch.qos.logback.classic.net.server that return ServerListenerModifier and TypeMethodDescriptionprotected ServerListener<RemoteAppenderClient>
ServerSocketReceiver.createServerListener
(ServerSocket socket) Methods in ch.qos.logback.classic.net.server with parameters of type ServerListenerModifier and TypeMethodDescriptionprotected ServerRunner
ServerSocketReceiver.createServerRunner
(ServerListener<RemoteAppenderClient> listener, Executor executor) Constructors in ch.qos.logback.classic.net.server with parameters of type ServerListenerModifierConstructorDescriptionRemoteAppenderServerRunner
(ServerListener<RemoteAppenderClient> listener, Executor executor) Constructs a new server runner. -
Uses of ServerListener in ch.qos.logback.core.net.server
Classes in ch.qos.logback.core.net.server that implement ServerListenerModifier and TypeClassDescription(package private) class
AServerListener
that accepts connections from remote receiver component clients.class
ServerSocketListener<T extends Client>
AServerListener
that accepts connections on aServerSocket
.Fields in ch.qos.logback.core.net.server declared as ServerListenerMethods in ch.qos.logback.core.net.server that return ServerListenerModifier and TypeMethodDescriptionprotected ServerListener<RemoteReceiverClient>
AbstractServerSocketAppender.createServerListener
(ServerSocket socket) Methods in ch.qos.logback.core.net.server with parameters of type ServerListenerModifier and TypeMethodDescriptionprotected ServerRunner<RemoteReceiverClient>
AbstractServerSocketAppender.createServerRunner
(ServerListener<RemoteReceiverClient> listener, Executor executor) Constructors in ch.qos.logback.core.net.server with parameters of type ServerListenerModifierConstructorDescriptionConcurrentServerRunner
(ServerListener<T> listener, Executor executor) Constructs a new server runner.RemoteReceiverServerRunner
(ServerListener<RemoteReceiverClient> listener, Executor executor, int clientQueueSize) Constructs a new server runner.