All Packages  Class Hierarchy  This Package  Previous  Next  Index

Class nodeos.UDPFlowManager

java.lang.Object
   |
   +----nodeos.UDPFlowManager

public class UDPFlowManager
extends Object
implements Runnable
A helper class to dispatch UDP packets for a port to their dispatcher. This class is specific to the usermode implementation.

See Also:
FlowManager

Constructor Index

 o UDPFlowManager(int, FlowDispatcher)
Start a new thread, receiving and dispatching packets.

Method Index

 o run()
Receive packets and dispatch loop.

Constructors

 o UDPFlowManager
 public UDPFlowManager(int port,
                       FlowDispatcher flowDispatcher)
Start a new thread, receiving and dispatching packets.

Parameters:
port - an int describing the UDP port for this manager
flowDispatcher - packet destination

Methods

 o run
 public void run()
Receive packets and dispatch loop.


All Packages  Class Hierarchy  This Package  Previous  Next  Index