Other Packages |
org.activeio |
The core activeio API is centered around having Channels that move Packets of data. |
org.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.activeio.command |
An API and helper classes for working with Command objects; which are application level objects
along with a WireFormat to reader/write directly with the media allowing higher layers to work directly
with command objects and WireFormat instances instead of turning things into Packets and byte arrays etc. |
org.activeio.filter |
Some simple filters that may be added to your channels. |
org.activeio.journal |
Provides the API for storing and accessing record based binary data in sequential log files. |
org.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.activeio.journal.howl |
A Journal implemenation using using a high performance transaction log
implemented using Howl |
org.activeio.net |
A set of Channel implementations that are implemented using the Socket and DatagramSocket classes. |
org.activeio.oneport |
This package provides the implementing classes that allow you to run multiple protocols
from a sigle port. |
org.activeio.packet |
Implementations of the Packet class. |
org.activeio.xnet |
|
org.activeio.xnet.hba |
|