Uses of Package
org.activeio

Packages that use org.activeio
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. 
 

Classes in org.activeio used by org.activeio
AcceptListener
          An AcceptListener object is used to receive accepted Channel connections.
AsyncChannel
          AsyncChannel objects asynchronously push 'up' Packet objects to a registered org.activeio.ChannelConsumer.
AsyncChannelFactory
          AsyncChannelFactory objects can create AsyncChannel and AsyncChannelServer objects.
AsyncChannelListener
          A ChannelConsumer object is used to receive 'up' Packet objects.
AsyncChannelServer
          AsyncChannelServer objects asynchronously accept and create Channel objects and then delivers those objects to a org.activeio.AcceptConsumer.
Channel
          A Channel provides a standard procedure for regulating data transmission between applications.
ChannelServer
          A ChannelServer is used to accept incoming requests to establish new Channel sessions.
Disposable
          The Disposable interface is implemented by objects the aquire resources whoes life cycle must be managed.
InputAsyncChannel
          InputAsyncChannel objects asynchronously push 'up' Packet objects to a registered AsyncChannelListener.
InputStreamChannel
           
InputSyncChannel
          SynchChannel objects allow threaded to synchronously block on the read method to get Packet objects when they arrive from the peer.
OutputChannel
           
OutputStreamChannel
           
Packet
          Provides a ByteBuffer like interface to work with IO channel packets of data.
Packet.ByteSequence
           
RequestListener
          An RequestListener object is used to receive remote requests from a a RequestChannel
Service
          The Service interface is used control the running state of a channel.
StreamChannel
           
StreamChannelServer
          A StreamChannelServer object provides an accept method to synchronously accept and create org.activeio.channel.Channel objects.
SyncChannel
          SyncChannel objets allow threadd to synchronously block on the receiveUpPacket method to get 'up' Packet objects when they arrive.
SyncChannelFactory
          SynchChannelFactory objects can create org.activeio.SynchChannel and org.activeio.SynchChannelServer objects.
SyncChannelServer
          A SynchChannelServer object provides an accept method to synchronously accept and create Channel objects.
 

Classes in org.activeio used by org.activeio.adapter
AcceptListener
          An AcceptListener object is used to receive accepted Channel connections.
AsyncChannel
          AsyncChannel objects asynchronously push 'up' Packet objects to a registered org.activeio.ChannelConsumer.
AsyncChannelFactory
          AsyncChannelFactory objects can create AsyncChannel and AsyncChannelServer objects.
AsyncChannelListener
          A ChannelConsumer object is used to receive 'up' Packet objects.
AsyncChannelServer
          AsyncChannelServer objects asynchronously accept and create Channel objects and then delivers those objects to a org.activeio.AcceptConsumer.
Channel
          A Channel provides a standard procedure for regulating data transmission between applications.
ChannelServer
          A ChannelServer is used to accept incoming requests to establish new Channel sessions.
Disposable
          The Disposable interface is implemented by objects the aquire resources whoes life cycle must be managed.
FilterAsyncChannel
          A AsyncChannelFilter can be used as a filter between a AsyncChannel and it's org.activeio.ChannelConsumer.
InputAsyncChannel
          InputAsyncChannel objects asynchronously push 'up' Packet objects to a registered AsyncChannelListener.
InputStreamChannel
           
InputSyncChannel
          SynchChannel objects allow threaded to synchronously block on the read method to get Packet objects when they arrive from the peer.
OutputChannel
           
OutputStreamChannel
           
Packet
          Provides a ByteBuffer like interface to work with IO channel packets of data.
RequestChannel
          RequestChannel are used to model the request/reponse exchange that is used by higher level protcols such as HTTP and RMI.
RequestListener
          An RequestListener object is used to receive remote requests from a a RequestChannel
Service
          The Service interface is used control the running state of a channel.
SyncChannel
          SyncChannel objets allow threadd to synchronously block on the receiveUpPacket method to get 'up' Packet objects when they arrive.
SyncChannelFactory
          SynchChannelFactory objects can create org.activeio.SynchChannel and org.activeio.SynchChannelServer objects.
SyncChannelServer
          A SynchChannelServer object provides an accept method to synchronously accept and create Channel objects.
 

Classes in org.activeio used by org.activeio.command
AsyncChannel
          AsyncChannel objects asynchronously push 'up' Packet objects to a registered org.activeio.ChannelConsumer.
Channel
          A Channel provides a standard procedure for regulating data transmission between applications.
Disposable
          The Disposable interface is implemented by objects the aquire resources whoes life cycle must be managed.
Packet
          Provides a ByteBuffer like interface to work with IO channel packets of data.
Service
          The Service interface is used control the running state of a channel.
 

Classes in org.activeio used by org.activeio.filter
AsyncChannel
          AsyncChannel objects asynchronously push 'up' Packet objects to a registered org.activeio.ChannelConsumer.
AsyncChannelListener
          A ChannelConsumer object is used to receive 'up' Packet objects.
Channel
          A Channel provides a standard procedure for regulating data transmission between applications.
Disposable
          The Disposable interface is implemented by objects the aquire resources whoes life cycle must be managed.
FilterAsyncChannel
          A AsyncChannelFilter can be used as a filter between a AsyncChannel and it's org.activeio.ChannelConsumer.
FilterSyncChannel
          A SynchChannelFilter can be used as a filter another org.activeio.SynchChannel Most org.activeio.SynchChannel that are not directly accessing the network will extends the SynchChannelFilter since they act as a filter between the client and the network.
InputAsyncChannel
          InputAsyncChannel objects asynchronously push 'up' Packet objects to a registered AsyncChannelListener.
InputSyncChannel
          SynchChannel objects allow threaded to synchronously block on the read method to get Packet objects when they arrive from the peer.
OutputChannel
           
Packet
          Provides a ByteBuffer like interface to work with IO channel packets of data.
Service
          The Service interface is used control the running state of a channel.
SyncChannel
          SyncChannel objets allow threadd to synchronously block on the receiveUpPacket method to get 'up' Packet objects when they arrive.
 

Classes in org.activeio used by org.activeio.journal
Packet
          Provides a ByteBuffer like interface to work with IO channel packets of data.
 

Classes in org.activeio used by org.activeio.journal.active
Disposable
          The Disposable interface is implemented by objects the aquire resources whoes life cycle must be managed.
Packet
          Provides a ByteBuffer like interface to work with IO channel packets of data.
 

Classes in org.activeio used by org.activeio.journal.howl
Packet
          Provides a ByteBuffer like interface to work with IO channel packets of data.
 

Classes in org.activeio used by org.activeio.net
AcceptListener
          An AcceptListener object is used to receive accepted Channel connections.
AsyncChannel
          AsyncChannel objects asynchronously push 'up' Packet objects to a registered org.activeio.ChannelConsumer.
AsyncChannelFactory
          AsyncChannelFactory objects can create AsyncChannel and AsyncChannelServer objects.
AsyncChannelListener
          A ChannelConsumer object is used to receive 'up' Packet objects.
AsyncChannelServer
          AsyncChannelServer objects asynchronously accept and create Channel objects and then delivers those objects to a org.activeio.AcceptConsumer.
Channel
          A Channel provides a standard procedure for regulating data transmission between applications.
ChannelServer
          A ChannelServer is used to accept incoming requests to establish new Channel sessions.
Disposable
          The Disposable interface is implemented by objects the aquire resources whoes life cycle must be managed.
InputAsyncChannel
          InputAsyncChannel objects asynchronously push 'up' Packet objects to a registered AsyncChannelListener.
InputStreamChannel
           
InputSyncChannel
          SynchChannel objects allow threaded to synchronously block on the read method to get Packet objects when they arrive from the peer.
OutputChannel
           
OutputStreamChannel
           
Packet
          Provides a ByteBuffer like interface to work with IO channel packets of data.
Service
          The Service interface is used control the running state of a channel.
StreamChannel
           
StreamChannelFactory
          StreamChannelFactory objects can create StreamChannel and StreamChannelServer objects.
StreamChannelServer
          A StreamChannelServer object provides an accept method to synchronously accept and create org.activeio.channel.Channel objects.
SyncChannel
          SyncChannel objets allow threadd to synchronously block on the receiveUpPacket method to get 'up' Packet objects when they arrive.
SyncChannelFactory
          SynchChannelFactory objects can create org.activeio.SynchChannel and org.activeio.SynchChannelServer objects.
SyncChannelServer
          A SynchChannelServer object provides an accept method to synchronously accept and create Channel objects.
 

Classes in org.activeio used by org.activeio.oneport
AcceptListener
          An AcceptListener object is used to receive accepted Channel connections.
AsyncChannelServer
          AsyncChannelServer objects asynchronously accept and create Channel objects and then delivers those objects to a org.activeio.AcceptConsumer.
Channel
          A Channel provides a standard procedure for regulating data transmission between applications.
ChannelServer
          A ChannelServer is used to accept incoming requests to establish new Channel sessions.
Disposable
          The Disposable interface is implemented by objects the aquire resources whoes life cycle must be managed.
FilterAsyncChannelServer
          A AsyncChannelFilter can be used as a filter between a AsyncChannel and it's org.activeio.ChannelConsumer.
Packet
          Provides a ByteBuffer like interface to work with IO channel packets of data.
Service
          The Service interface is used control the running state of a channel.
 

Classes in org.activeio used by org.activeio.packet
Disposable
          The Disposable interface is implemented by objects the aquire resources whoes life cycle must be managed.
Packet
          Provides a ByteBuffer like interface to work with IO channel packets of data.
Packet.ByteSequence
           
 



Copyright © -2007 The ActiveIO Project. All Rights Reserved.