Uses of Class
org.apache.commons.net.ntp.TimeInfo
-
Packages that use TimeInfo Package Description org.apache.commons.net.examples.ntp org.apache.commons.net.ntp NTP - network time protocol -
-
Uses of TimeInfo in org.apache.commons.net.examples.ntp
Methods in org.apache.commons.net.examples.ntp with parameters of type TimeInfo Modifier and Type Method Description static void
NTPClient. processResponse(TimeInfo info)
ProcessTimeInfo
object and print its details. -
Uses of TimeInfo in org.apache.commons.net.ntp
Methods in org.apache.commons.net.ntp that return TimeInfo Modifier and Type Method Description TimeInfo
NTPUDPClient. getTime(java.net.InetAddress host)
Retrieves the time information from the specified server on the default NTP port and returns it.TimeInfo
NTPUDPClient. getTime(java.net.InetAddress host, int port)
Retrieves the time information from the specified server and port and returns it.
-