JNodeOS v1.1.5 API

Package edu.utah.janos.util

Interface Summary
PacketSegment A PacketSegment is a simple interface for marshalling/unmarshalling segments of a larger packet.
 

Class Summary
FlowBase A protocol should override FlowBase so that a flow can be created for it.
FreeList  
LinkedList A simple doubly linked list implementation, it exports the node object directly so adding and removing is fast
LinkedList.Node A node for use in doubly linked lists.
Packet Packet is a helper class that can be used to build packets from several PacketSegments.
PaddingPacketSegment A PaddingPacketSegment implements the PacketSegment interface for `n' padding bytes.
PlainPacketSegment A PlainPacketSegment implements the PacketSegment interface for an array of bytes.
SimpleDemultiplexKey  
 

Exception Summary
InvalidPacketException The InvalidPacketException is thrown when an PacketSegment.unmarshal is unable to unmarshal its segment because of bogus data.
 


JNodeOS v1.1.5 API

This documentation is Copyright (C) 1998-2001 The University of Utah. All Rights Reserved. See the file LICENSE for distribution terms.
Documentation, software, and mailing list archives for Janos can be found at the Janos Project: http://www.cs.utah.edu/flux/janos/