ch.qos.logback.audit.server
Class SocketNode

java.lang.Object
  extended by ch.qos.logback.audit.server.SocketNode
All Implemented Interfaces:
Runnable

public class SocketNode
extends Object
implements Runnable


Constructor Summary
SocketNode(AuditServer auditServer, Socket socket, AuditEventHandler aeh)
           
 
Method Summary
 void run()
           
 String toString()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

SocketNode

public SocketNode(AuditServer auditServer,
                  Socket socket,
                  AuditEventHandler aeh)
Method Detail

run

public void run()
Specified by:
run in interface Runnable

toString

public String toString()
Overrides:
toString in class Object


Copyright © 2013. All Rights Reserved.