kaos.core.csi.util.tcpSupport
Class KAoSCSIServer.ServerThread

java.lang.Object
  extended by kaos.core.csi.util.tcpSupport.KAoSCSIServer.ServerThread
All Implemented Interfaces:
java.lang.Runnable
Enclosing class:
KAoSCSIServer

public class KAoSCSIServer.ServerThread
extends java.lang.Object
implements java.lang.Runnable

Listens for new connections and spawns a handler for each connection


Constructor Summary
KAoSCSIServer.ServerThread()
           
 
Method Summary
 void run()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

KAoSCSIServer.ServerThread

public KAoSCSIServer.ServerThread()
Method Detail

run

public void run()
Specified by:
run in interface java.lang.Runnable