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.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.
|
Class and Description |
---|
Packet
Provides a ByteBuffer like interface to work with IO channel packets of data.
|
Class and Description |
---|
Packet
Provides a ByteBuffer like interface to work with IO channel packets of data.
|
Class and Description |
---|
Packet
Provides a ByteBuffer like interface to work with IO channel packets of data.
|
Class and Description |
---|
Packet
Provides a ByteBuffer like interface to work with IO channel packets of data.
|
Class and Description |
---|
Packet
Provides a ByteBuffer like interface to work with IO channel packets of data.
|
Class and Description |
---|
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.
|
Copyright © 2005–2016 The Apache Software Foundation. All rights reserved.