gov.nasa.gsfc.drl.rtstps.testing
Class UdpO

java.lang.Object
  extended by gov.nasa.gsfc.drl.rtstps.testing.UdpO

public class UdpO
extends java.lang.Object


Field Summary
private static int BLOCKSIZE
           
private static int BSIZE
           
private static int PORT
           
 
Constructor Summary
UdpO()
           
 
Method Summary
static void main(java.lang.String[] args)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

PORT

private static final int PORT
See Also:
Constant Field Values

BSIZE

private static final int BSIZE
See Also:
Constant Field Values

BLOCKSIZE

private static final int BLOCKSIZE
See Also:
Constant Field Values
Constructor Detail

UdpO

public UdpO()
Method Detail

main

public static void main(java.lang.String[] args)