| Package | Description |
|---|---|
| java.net |
Network communication through TCP and UDP sockets or URLs.
|
| tijos.framework.networkcenter.ntp |
Network time protocol client class
|
| Class and Description |
|---|
| DatagramPacket
This class models a packet of data that is to be sent across the network
using a connectionless protocol such as UDP.
|
| Inet6Address |
| InetAddress
This class models an Internet address.
|
| InetSocketAddress
InetSocketAddress instances represent socket addresses in the java.nio
package.
|
| Socket
This class models a client site socket.
|
| SocketAddress
Abstract base class for InetSocketAddress.
|
| SocketException
This exception indicates that a generic error occurred related to an
operation on a socket.
|
| UnknownHostException
This exception indicates that an attempt was made to reference a hostname or
IP address that is not valid.
|
| URI
A URI instance represents that defined by
RFC3986, with some
deviations.
|
| URISyntaxException
This exception is thrown when a String cannot be parsed as a URI.
|
| Class and Description |
|---|
| DatagramPacket
This class models a packet of data that is to be sent across the network
using a connectionless protocol such as UDP.
|
| InetAddress
This class models an Internet address.
|