Uses of Package
org.apache.activeio.packet
-
Packages that use org.apache.activeio.packet Package Description org.apache.activeio.adapter The Adapter package provides classes that make it easy ot bridge between the the SynchChannel, AsyncChannel, InputStream, OutputStream, Socket, and ServerSocket domains.org.apache.activeio.journal Provides the API for storing and accessing record based binary data in sequential log files.org.apache.activeio.journal.active The Active Journal is a high performance Journal implemenation which does not place limits on how big the data being logged can be.org.apache.activeio.oneport This package provides the implementing classes that allow you to run multiple protocols from a sigle port.org.apache.activeio.packet Implementations of the Packet class. -
Classes in org.apache.activeio.packet used by org.apache.activeio.adapter Class Description Packet Provides a ByteBuffer like interface to work with IO channel packets of data. -
Classes in org.apache.activeio.packet used by org.apache.activeio.journal Class Description Packet Provides a ByteBuffer like interface to work with IO channel packets of data. -
Classes in org.apache.activeio.packet used by org.apache.activeio.journal.active Class Description Packet Provides a ByteBuffer like interface to work with IO channel packets of data. -
Classes in org.apache.activeio.packet used by org.apache.activeio.oneport Class Description Packet Provides a ByteBuffer like interface to work with IO channel packets of data. -
Classes in org.apache.activeio.packet used by org.apache.activeio.packet Class Description ByteBufferPacket Provides a Packet implementation that is backed by a {@see java.nio.ByteBuffer}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.Packet Provides a ByteBuffer like interface to work with IO channel packets of data.PacketPool Provides a simple pool of Packet objects.