kaos.core.service.transport.tcp
Class TCPCommServer.ServerThread

java.lang.Object
  extended by kaos.core.service.transport.tcp.TCPCommServer.ServerThread
All Implemented Interfaces:
java.lang.Runnable
Enclosing class:
TCPCommServer

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

Listens for new connections and add them to the list of connections to handle.


Constructor Summary
TCPCommServer.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

TCPCommServer.ServerThread

public TCPCommServer.ServerThread()
Method Detail

run

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