package sys.net
Address | An address is used to represent a port on a given host ip. It is used by UdpSocket. |
Host | A given IP host name. |
Socket | A TCP socket class : allow you to both connect to a given server and exchange messages or start your own server and wait for connections. |
UdpSocket | A UDP socket class |