edu.nps.moves.examples
Class EspduReceiverNIO

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

public class EspduReceiverNIO
extends java.lang.Object

Receives PDUs from the network in IEEE format. Very similar to EspduReciver, but this uses Robert Harder's more memory-efficient NIO code.

Version:
$Id:$
Author:
DMcG rharder

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

EspduReceiverNIO

public EspduReceiverNIO()
Method Detail

main

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