Uses of Package
org.apache.activeio.packet
Packages that use org.apache.activeio.packet
Package
Description
The Adapter package provides classes that make it easy ot bridge between the the
SynchChannel, AsyncChannel, InputStream, OutputStream, Socket, and ServerSocket domains.
Provides the API for storing and accessing record based binary data in sequential log files.
The Active Journal is a high performance Journal implemenation which does not
place limits on how big the data being logged can be.
This package provides the implementing classes that allow you to run multiple protocols
from a sigle port.
Implementations of the Packet class.
-
Classes in org.apache.activeio.packet used by org.apache.activeio.adapterClassDescriptionProvides a ByteBuffer like interface to work with IO channel packets of data.
-
Classes in org.apache.activeio.packet used by org.apache.activeio.journalClassDescriptionProvides a ByteBuffer like interface to work with IO channel packets of data.
-
Classes in org.apache.activeio.packet used by org.apache.activeio.journal.activeClassDescriptionProvides a ByteBuffer like interface to work with IO channel packets of data.
-
Classes in org.apache.activeio.packet used by org.apache.activeio.oneportClassDescriptionProvides a ByteBuffer like interface to work with IO channel packets of data.
-
Classes in org.apache.activeio.packet used by org.apache.activeio.packetClassDescriptionProvides a Packet implementation that is backed by aProvides a Packet implementation that is directly backed by a
byte[0]
.Provides a Packet implementation that is used to represent the end of a stream.Provides a Packet implementation that filters operations to another packet.Provides a ByteBuffer like interface to work with IO channel packets of data.Provides a simple pool of Packet objects.