kaos.core.service.transport.flexfeed
Class FlexfeedCommServer.ServerThread

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

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

FlexfeedCommServer.ServerThread

public FlexfeedCommServer.ServerThread()
Method Detail

run

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