All Packages This Package Class Hierarchy Class Search Index
java.lang.Object | +----edu.utah.janos.antsr.core.ANEPFlow
Summary |
public class ANEPFlow extends java.lang.Object { // Constructors 1 public ANEPFlow(); // Methods 1 protected Capsule decode(Xdr) throws Exception; }
Forwards unrecognized ANEP packets. An ANEP Flow will provide default handling for ANEP packets that are not of a recognized type. The associated Channel is connected to the ANEPDispatcher's registerDefault method.
XXX Needs to be reformatted to the One True Janos Formatting Standard.
Constructors |
· ANEPFlow | Summary | Top |
public ANEPFlow()
Construct an ANEPFlow.
Methods |
· decode | Summary | Top |
protected Capsule decode(Xdr xdr) throws Exception
Decode ANEP header and forward packet. This is for non-ANTSR ANEP packets.
Always returns null because no capsule is created.
Parameter Description xdr The external representation of the ANEP packet.
- Returns:
- null
All Packages This Package Class Hierarchy Class Search IndexFreshly brewed Java API Documentation automatically generated with polardoc Version 1.0.7