All Packages Class Hierarchy This Package Previous Next Index
java.lang.Object | +----ants.Entity | +----ants.ManagedObject | +----ants.InChannel | +----ants.ANEPChannel
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.
Always returns null because no capsule is created.
public ANEPChannel(Node node, String name)
protected Capsule decode(Xdr xdr) throws Exception
Always returns null because no capsule is created.
All Packages Class Hierarchy This Package Previous Next Index