Uses of Class
org.apache.commons.net.ntp.TimeInfo

Packages that use TimeInfo
examples.ntp   
org.apache.commons.net.ntp   
 

Uses of TimeInfo in examples.ntp
 

Methods in examples.ntp with parameters of type TimeInfo
static void NTPClient.processResponse(TimeInfo info)
          Process TimeInfo object and print its details.
 

Uses of TimeInfo in org.apache.commons.net.ntp
 

Methods in org.apache.commons.net.ntp that return TimeInfo
 TimeInfo NTPUDPClient.getTime(InetAddress host)
          Retrieves the time information from the specified server on the default NTP port and returns it.
 TimeInfo NTPUDPClient.getTime(InetAddress host, int port)
          Retrieves the time information from the specified server and port and returns it.
 



Copyright © 1997-2010 The Apache Software Foundation. All Rights Reserved.