|
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 |
|