Uses of Interface
ch.qos.logback.core.net.server.ServerListener
Packages that use ServerListener
Package
Description
Contains the base classes used by logback to serve logging events to
remote peers.
-
Uses of ServerListener in ch.qos.logback.core.net.server
Classes in ch.qos.logback.core.net.server that implement ServerListenerModifier and TypeClassDescriptionclassServerSocketListener<T extends Client>AServerListenerthat accepts connections on aServerSocket.Methods in ch.qos.logback.core.net.server that return ServerListenerModifier and TypeMethodDescriptionprotected ServerListener<ch.qos.logback.core.net.server.RemoteReceiverClient> AbstractServerSocketAppender.createServerListener(ServerSocket socket) Methods in ch.qos.logback.core.net.server with parameters of type ServerListenerModifier and TypeMethodDescriptionprotected ServerRunner<ch.qos.logback.core.net.server.RemoteReceiverClient> AbstractServerSocketAppender.createServerRunner(ServerListener<ch.qos.logback.core.net.server.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.