public class EndPoint
extends java.lang.Object
Constructor and Description |
---|
EndPoint(java.net.InetAddress addr,
int port) |
Modifier and Type | Method and Description |
---|---|
java.net.InetAddress |
getAddress() |
int |
getPort() |
void |
setAddress(java.net.InetAddress m_Address) |
void |
setPort(int m_Port) |
java.lang.String |
toString() |