kaos.core.service.transport.mockets
Class MocketCommServer.ServerThread

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

public class MocketCommServer.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
MocketCommServer.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

MocketCommServer.ServerThread

public MocketCommServer.ServerThread()
Method Detail

run

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