driver
Class udp

java.lang.Object
  extended by driver.udp

public class udp
extends java.lang.Object

Small UDP test that can be run both inside and outside of JiST.

Since:
JIST1.0
Version:
$Id: udp.java,v 1.3 2005/03/14 22:26:47 barr Exp $
Author:
Rimon Barr <barr+jist@cs.cornell.edu>

Nested Class Summary
static class udp.Client
          Simple UDP client.
static class udp.Server
          Simple UDP server.
 
Field Summary
static java.lang.String HOST
          default server address.
static int PORT
          default client-server port.
 
Constructor Summary
udp()
           
 
Method Summary
static void main(java.lang.String[] args)
          Program entry point: small UDP test that can be run inside and outside of JiST.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

HOST

public static final java.lang.String HOST
default server address.

See Also:
Constant Field Values

PORT

public static final int PORT
default client-server port.

See Also:
Constant Field Values
Constructor Detail

udp

public udp()
Method Detail

main

public static void main(java.lang.String[] args)
Program entry point: small UDP test that can be run inside and outside of JiST.

Parameters:
args - command-line parameters