All Packages  This Package  Class Hierarchy  Class Search  Index

Class edu.utah.janos.ants.ants.ANEPFlow
java.lang.Object
   |
   +----edu.utah.janos.ants.ants.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.

Author:
Godmar Back , David Wetherall




  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-ANTS 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  Index
Freshly brewed Java API Documentation automatically generated with polardoc Version 1.0.7