Package org.activeio.packet

Implementations of the Packet class.

See:
          Description

Class Summary
AppendedPacket Appends two packets together.
ByteArrayPacket Provides a Packet implementation that is directly backed by a byte[].
ByteBufferPacket Provides a Packet implementation that is backed by a ByteBuffer
ByteBufferPacketPool Provides a simple pool of ByteBuffer objects.
BytePacket Provides a Packet implementation that is directly backed by a byte.
EmptyPacket Provides a Packet implementation that is directly backed by a byte[0].
EOSPacket Provides a Packet implementation that is used to represent the end of a stream.
FilterPacket Provides a Packet implementation that filters operations to another packet.
PacketPool Provides a simple pool of Packet objects.
 

Package org.activeio.packet Description

Implementations of the Packet class.



Copyright © -2007 The ActiveIO Project. All Rights Reserved.