Uses of Interface
ch.qos.logback.core.net.server.RemoteReceiverClient
Packages that use RemoteReceiverClient
Package
Description
Contains the base classes used by logback to serve logging events to
remote peers.
-
Uses of RemoteReceiverClient in ch.qos.logback.core.net.server
Classes in ch.qos.logback.core.net.server that implement RemoteReceiverClientModifier and TypeClassDescription(package private) classARemoteReceiverClientthat writes serialized logging events to anOutputStream.Fields in ch.qos.logback.core.net.server with type parameters of type RemoteReceiverClientModifier and TypeFieldDescriptionprivate ServerRunner<RemoteReceiverClient> AbstractServerSocketAppender.runnerMethods in ch.qos.logback.core.net.server that return RemoteReceiverClientModifier and TypeMethodDescriptionprotected RemoteReceiverClientRemoteReceiverServerListener.createClient(String id, Socket socket) Creates the client object for a new socket connectionMethods in ch.qos.logback.core.net.server that return types with arguments of type RemoteReceiverClientModifier and TypeMethodDescriptionprotected ServerListener<RemoteReceiverClient> AbstractServerSocketAppender.createServerListener(ServerSocket socket) protected ServerRunner<RemoteReceiverClient> AbstractServerSocketAppender.createServerRunner(ServerListener<RemoteReceiverClient> listener, Executor executor) Methods in ch.qos.logback.core.net.server with parameters of type RemoteReceiverClientModifier and TypeMethodDescriptionprotected booleanRemoteReceiverServerRunner.configureClient(RemoteReceiverClient client) Configures a connected client.Method parameters in ch.qos.logback.core.net.server with type arguments of type RemoteReceiverClientModifier and TypeMethodDescriptionprotected ServerRunner<RemoteReceiverClient> AbstractServerSocketAppender.createServerRunner(ServerListener<RemoteReceiverClient> listener, Executor executor) Constructor parameters in ch.qos.logback.core.net.server with type arguments of type RemoteReceiverClientModifierConstructorDescriptionRemoteReceiverServerRunner(ServerListener<RemoteReceiverClient> listener, Executor executor, int clientQueueSize) Constructs a new server runner.