Package edu.nps.moves.net

Interface Summary
BehaviorConsumerIF BehaviorConsumer is the listening part of the listener pattern.
BehaviorProducerIF The BehaviorProducer interface describes a class that listens in its own thread for PDUs, then notifies any listeners when they arrive.
BehaviorWriterIF This interface lets you set up some very general defaults, which will be handled by the concrete implementations.
 

Class Summary
BehaviorConsumerThreaded Example threaded implementation of the BehaviorConsumerIF interface.
BehaviorProducerUDP This implements an object that can read and write DIS PDUs from a unicast or multicast UDP socket.