Package org.apache.activeio.packet
Implementations of the Packet class.
-
Interface Summary Interface Description Packet Provides a ByteBuffer like interface to work with IO channel packets of data. -
Class Summary Class Description AppendedPacket Appends two packets together.ByteArrayPacket Provides a Packet implementation that is directly backed by abyte[]
.ByteBufferPacket Provides a Packet implementation that is backed by a {@see java.nio.ByteBuffer}ByteBufferPacketPool Provides a simple pool of ByteBuffer objects.BytePacket Provides a Packet implementation that is directly backed by abyte
.ByteSequence EmptyPacket Provides a Packet implementation that is directly backed by abyte[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.