|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectedu.nps.moves.examples.EspduReceiverNIO
public class EspduReceiverNIO
Receives PDUs from the network in IEEE format. Very similar to EspduReciver, but this uses Robert Harder's more memory-efficient NIO code.
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 |
---|
public static final int MAX_PDU_SIZE
Constructor Detail |
---|
public EspduReceiverNIO()
Method Detail |
---|
public static void main(java.lang.String[] args)
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |