Package org.apache.activeio.packet

Implementations of the Packet class.

See:
          Description

Interface Summary
Packet Provides a ByteBuffer like interface to work with IO channel packets of data.
 

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.
ByteSequence  
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.
PacketData Used to write and read primitives to and from a Packet.
PacketPool Provides a simple pool of Packet objects.
 

Package org.apache.activeio.packet Description

Implementations of the Packet class.



Copyright © 2005-2009 Apache Software Foundation. All Rights Reserved.