Sedona

inet::SocketAddr


sys::Obj
  inet::SocketAddr

public class SocketAddr

SocketAddr is a combination of the IpAddr host and 16-bit port number.


addr

public inline IpAddr addr

IP host address

port

public short port

IP port number

equals

public bool equals(SocketAddr that)

Return if this address is equivalent to that address.