All Packages Class Hierarchy This Package Previous Next Index
java.lang.Object | +----nodeos.ANEPDispatcher
This is a dispatcher for the Active Network Encapsulation Protocol as specified in the RFC draft by the Active Networks Group.
For more information, consult the ANEP homepage
For more information on AN type ids, see the list of assigned numbers.
public static final short ANTS_ID
public static final short PLAN_ID
public static final short SPANNER_ID
public ANEPDispatcher()
public Buffer dispatchBuffer(Buffer b,
int offset)
If an AN id is not recognized and the discard bit is not set, it will dispatch the buffer to a default flow, if one is registered.
Note that only one flow dispatcher per id is supported.
See FlowDispatcher for a description of the parameters.
public void registerANid(int id,
FlowDispatcher fh)
public void registerDefault(FlowDispatcher fh)
All Packages Class Hierarchy This Package Previous Next Index