us.ihmc.utilities.io.streamingData
Class PersistentTCPServer

java.lang.Object
  extended by us.ihmc.utilities.io.streamingData.PersistentTCPServer

public class PersistentTCPServer
extends java.lang.Object


Constructor Summary
PersistentTCPServer(int port, EstablishedAConnectionListener establishedAConnectionListener)
           
 
Method Summary
 void close()
           
 boolean isDoneClosing()
           
 void startOnAThread()
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

PersistentTCPServer

public PersistentTCPServer(int port,
                           EstablishedAConnectionListener establishedAConnectionListener)
Method Detail

close

public void close()

startOnAThread

public void startOnAThread()

isDoneClosing

public boolean isDoneClosing()