sys::Obj inet::SocketAddr
public class SocketAddr
SocketAddr is a combination of the IpAddr host and 16-bit port number.
public inline IpAddr addr
IP host address
public short port
IP port number
public bool equals(SocketAddr that)
Return if this address is equivalent to that address.