All Packages  Class Hierarchy  This Package  Previous  Next  Index

Class ants.ANEPChannel

java.lang.Object
   |
   +----ants.Entity
           |
           +----ants.ManagedObject
                   |
                   +----ants.InChannel
                           |
                           +----ants.ANEPChannel

public class ANEPChannel
extends InChannel
ANEPChannel: forwarding unrecognized ANEP packets

An ANEP Channel will provide default handling for ANEP packets that are not of a recognized type. The associated flow handle is connected to the ANEPDispatcher's registerDefault method.

See Also:
InChannel

Constructor Index

 o ANEPChannel(Node, String)

Method Index

 o decode(Xdr)
Decode ANEP header and forward packet

Always returns null because no capsule is created.

Constructors

 o ANEPChannel
 public ANEPChannel(Node node,
                    String name)

Methods

 o decode
 protected Capsule decode(Xdr xdr) throws Exception
Decode ANEP header and forward packet

Always returns null because no capsule is created.

Returns:
null

All Packages  Class Hierarchy  This Package  Previous  Next  Index