class sys.net.Address
Available on cpp, neko, php
An address is used to represent a port on a given host ip. It is used by UdpSocket.
var host:Int
var port:Int
function new():Void
function clone():Address
function compare(a:Address):Int
function getHost():Host