Uses of Interface
ch.qos.logback.core.net.server.ServerListener
-
Packages that use ServerListener Package Description ch.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. -
-
Uses of ServerListener in ch.qos.logback.classic.net.server
Classes in ch.qos.logback.classic.net.server that implement ServerListener Modifier and Type Class Description (package private) classRemoteAppenderServerListenerAServerListenerfor remote appenders.Methods in ch.qos.logback.classic.net.server that return ServerListener Modifier and Type Method Description protected ServerListener<RemoteAppenderClient>ServerSocketReceiver. createServerListener(java.net.ServerSocket socket)Methods in ch.qos.logback.classic.net.server with parameters of type ServerListener Modifier and Type Method Description protected ServerRunnerServerSocketReceiver. createServerRunner(ServerListener<RemoteAppenderClient> listener, java.util.concurrent.Executor executor)Constructors in ch.qos.logback.classic.net.server with parameters of type ServerListener Constructor Description RemoteAppenderServerRunner(ServerListener<RemoteAppenderClient> listener, java.util.concurrent.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 ServerListener Modifier and Type Class Description (package private) classRemoteReceiverServerListenerAServerListenerthat accepts connections from remote receiver component clients.classServerSocketListener<T extends Client>AServerListenerthat accepts connections on aServerSocket.Fields in ch.qos.logback.core.net.server declared as ServerListener Modifier and Type Field Description private ServerListener<T>ConcurrentServerRunner. listenerMethods in ch.qos.logback.core.net.server that return ServerListener Modifier and Type Method Description protected ServerListener<RemoteReceiverClient>AbstractServerSocketAppender. createServerListener(java.net.ServerSocket socket)Methods in ch.qos.logback.core.net.server with parameters of type ServerListener Modifier and Type Method Description protected ServerRunner<RemoteReceiverClient>AbstractServerSocketAppender. createServerRunner(ServerListener<RemoteReceiverClient> listener, java.util.concurrent.Executor executor)Constructors in ch.qos.logback.core.net.server with parameters of type ServerListener Constructor Description ConcurrentServerRunner(ServerListener<T> listener, java.util.concurrent.Executor executor)Constructs a new server runner.RemoteReceiverServerRunner(ServerListener<RemoteReceiverClient> listener, java.util.concurrent.Executor executor, int clientQueueSize)Constructs a new server runner.
-