| Package | Description |
|---|---|
| org.apache.commons.net.ntp |
NTP - network time protocol
|
| Modifier and Type | Method and Description |
|---|---|
TimeInfo |
NTPUDPClient.getTime(InetAddress host)
Gets the time information from the specified server on the default NTP port and returns it.
|
TimeInfo |
NTPUDPClient.getTime(InetAddress host,
int port)
Gets the time information from the specified server and port and returns it.
|