us.ihmc.utilities.remote
Class TCPAddress

java.lang.Object
  extended by us.ihmc.utilities.remote.TCPAddress
All Implemented Interfaces:
java.io.Serializable

public class TCPAddress
extends java.lang.Object
implements java.io.Serializable

See Also:
Serialized Form

Field Summary
 java.lang.String host
           
 int port
           
 
Constructor Summary
TCPAddress(java.lang.String host, int port)
           
 
Method Summary
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

host

public java.lang.String host

port

public int port
Constructor Detail

TCPAddress

public TCPAddress(java.lang.String host,
                  int port)