| Interface | Description |
|---|---|
| Packet |
Provides a ByteBuffer like interface to work with IO channel packets of data.
|
| Class | Description |
|---|---|
| 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.
|
Implementations of the Packet class.
Copyright © 2005–2019. All rights reserved.