driver
Class udp.Client

java.lang.Object
  extended by driver.udp.Client
Enclosing class:
udp

public static class udp.Client
extends java.lang.Object

Simple UDP client.


Constructor Summary
udp.Client()
           
 
Method Summary
static void main(java.lang.String[] args)
          UDP client entry point: open UDP socket and send off single packet to server.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

udp.Client

public udp.Client()
Method Detail

main

public static void main(java.lang.String[] args)
UDP client entry point: open UDP socket and send off single packet to server.

Parameters:
args - command-line parameters