tango.net.InternetAddress

License:

BSD style: see license.txt

Version:

Initial release: Aug 2006

Author:

Kris
class InternetAddress : IPv4Address #
this() #
useful for Datagrams
this(char[] addr, int port = PORT_ANY) #
-port- can be PORT_ANY -addr- is an IP address or host name
this(uint addr, ushort port) #
this(ushort port) #
int parse(char[] s) [private, static] #