| 
 | ||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectexamples.ntp.TimeClient
public final class TimeClient
This is an example program demonstrating how to use the TimeTCPClient and TimeUDPClient classes. This program connects to the default time service port of a specified server, retrieves the time, and prints it to standard output. See the spec for details. The default is to use the TCP port. Use the -udp flag to use the UDP port.
 Usage: TimeClient [-udp]  
 
 
 
 
Constructor Summary 
 
TimeClient()
           
 
 
Method Summary 
 
 
static voidmain(String[] args)
           
 
 
static voidtimeTCP(String host)
           
 
 
static voidtimeUDP(String host)
           
 
 
Methods inherited from class java.lang.Object 
 
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 
Constructor Detail 
TimeClient
public TimeClient()
 
Method Detail 
timeTCP
public static final void timeTCP(String host)
                          throws IOException
IOException
timeUDP
public static final void timeUDP(String host)
                          throws IOException
IOException
main
public static final void main(String[] args)
 
 
  
   
    Overview  
      Package  
    Class  
      Use  
      Tree  
      Deprecated  
      Index  
      Help  
  
 
 
 PREV CLASS 
 NEXT CLASS 
  FRAMES   
 NO FRAMES   
 
 
 
  SUMMARY: NESTED | FIELD | CONSTR | METHOD 
DETAIL: FIELD | CONSTR | METHOD 
Copyright © 1997-2008 The Apache Software Foundation. All Rights Reserved.