Uses of Interface
ch.qos.logback.core.net.server.ServerListener

Packages that use ServerListener
ch.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.core.net.server
 

Classes in ch.qos.logback.core.net.server that implement ServerListener
 class ServerSocketListener<T extends Client>
          A ServerListener that accepts connections on a ServerSocket.
 

Methods in ch.qos.logback.core.net.server that return ServerListener
protected  ServerListener<ch.qos.logback.core.net.server.RemoteReceiverClient> AbstractServerSocketAppender.createServerListener(ServerSocket socket)
           
 

Methods in ch.qos.logback.core.net.server with parameters of type ServerListener
protected  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 ServerListener
ConcurrentServerRunner(ServerListener<T> listener, Executor executor)
          Constructs a new server runner.
 



Copyright © 2005-2014 QOS.ch. All Rights Reserved.