us.ihmc.utilities.net.tcpServer
Class ReconnectingTCPServer

java.lang.Object
  extended by us.ihmc.utilities.net.tcpServer.ReconnectingTCPConnection
      extended by us.ihmc.utilities.net.tcpServer.ReconnectingTCPServer

public class ReconnectingTCPServer
extends ReconnectingTCPConnection


Constructor Summary
ReconnectingTCPServer(int port)
           
 
Method Summary
 void close()
           
 void disconnect()
           
 
Methods inherited from class us.ihmc.utilities.net.tcpServer.ReconnectingTCPConnection
attachStateListener, getBuffer, getBytesRead, isConnected, read, reset, write
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ReconnectingTCPServer

public ReconnectingTCPServer(int port)
                      throws java.io.IOException
Throws:
java.io.IOException
Method Detail

disconnect

public void disconnect()
Specified by:
disconnect in class ReconnectingTCPConnection

close

public void close()
Specified by:
close in class ReconnectingTCPConnection