|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use org.apache.activeio.packet | |
---|---|
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.journal.howl | A Journal implemenation using using a high performance transaction log implemented using Howl |
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 | |
---|---|
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 | |
---|---|
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 | |
---|---|
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.howl | |
---|---|
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 | |
---|---|
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 | |
---|---|
ByteBufferPacket
Provides a Packet implementation that is backed by a ByteBuffer |
|
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. |
|
Packet
Provides a ByteBuffer like interface to work with IO channel packets of data. |
|
PacketPool
Provides a simple pool of Packet objects. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |