Package | Description |
---|---|
java.net |
Network communication through TCP and UDP sockets or URLs.
|
java.util |
Utilities
|
tijos.framework.networkcenter.ntp |
Network time protocol client class
|
Modifier and Type | Class and Description |
---|---|
class |
Inet4Address |
class |
Inet6Address |
class |
InetAddress
This class models an Internet address.
|
class |
InetSocketAddress
InetSocketAddress instances represent socket addresses in the java.nio
package.
|
class |
SocketAddress
Abstract base class for InetSocketAddress.
|
Modifier and Type | Class and Description |
---|---|
class |
Date
This class represents a specific time in milliseconds since the epoch.
|
class |
Locale
Locales represent a specific country and culture.
|
Modifier and Type | Class and Description |
---|---|
class |
TimeStamp
TimeStamp class represents the Network Time Protocol (NTP) timestamp
as defined in RFC-1305 and SNTP (RFC-2030).
|