driver
Class udp.Server

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

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

Simple UDP server.


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

Constructor Detail

udp.Server

public udp.Server()
Method Detail

main

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

Parameters:
args - command-line parameters