edu.nps.moves.examples
Class EspduReceiver

java.lang.Object
  extended by edu.nps.moves.examples.EspduReceiver

public class EspduReceiver
extends java.lang.Object

Receives PDUs from the network in IEEE format.

Version:
$Id:$
Author:
DMcG

Field Summary
static int MAX_PDU_SIZE
          Max size of a PDU in binary format that we can receive.
 
Constructor Summary
EspduReceiver()
           
 
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

MAX_PDU_SIZE

public static final int MAX_PDU_SIZE
Max size of a PDU in binary format that we can receive. This is actually somewhat outdated--PDUs can be larger--but this is a reasonable starting point

See Also:
Constant Field Values
Constructor Detail

EspduReceiver

public EspduReceiver()
Method Detail

main

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