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.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 org.activeio.channel.Channel connections.
AsynchChannel
          AsynchChannel objets asynchronously push 'up' org.activeio.channel.Packet objects to a registered org.activeio.ChannelConsumer.
AsynchChannelFactory
          AsynchChannelFactory objects can create AsynchChannel and AsynchChannelServer objects.
AsynchChannelListener
          A ChannelConsumer object is used to receive 'up' org.activeio.channel.Packet objects.
AsynchChannelServer
          AsynchChannelServer objets asynchronously accept and create org.activeio.channel.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.
InputAsynchChannel
          InputAsynchChannel objets asynchronously push 'up' org.activeio.channel.Packet objects to a registered AsynchChannelListener.
InputSynchChannel
          SynchChannel objets allow threadd to synchronously block on the read method to get org.activeio.channel.Packet objects when they arrive from the peer.
OutputChannel
           
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.
SynchChannel
          SynchChannel objets allow threadd to synchronously block on the receiveUpPacket method to get 'up' org.activeio.channel.Packet objects when they arrive.
SynchChannelFactory
          SynchChannelFactory objects can create SynchChannel and SynchChannelServer objects.
SynchChannelServer
          A SynchChannelServer object provides an accept method to synchronously accept and create org.activeio.channel.Channel objects.
 

Classes in org.activeio used by org.activeio.adapter
AcceptListener
          An AcceptListener object is used to receive accepted org.activeio.channel.Channel connections.
AsynchChannel
          AsynchChannel objets asynchronously push 'up' org.activeio.channel.Packet objects to a registered org.activeio.ChannelConsumer.
AsynchChannelFactory
          AsynchChannelFactory objects can create AsynchChannel and AsynchChannelServer objects.
AsynchChannelListener
          A ChannelConsumer object is used to receive 'up' org.activeio.channel.Packet objects.
AsynchChannelServer
          AsynchChannelServer objets asynchronously accept and create org.activeio.channel.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.
FilterAsynchChannel
          A AsynchChannelFilter can be used as a filter between a AsynchChannel and it's org.activeio.ChannelConsumer.
InputAsynchChannel
          InputAsynchChannel objets asynchronously push 'up' org.activeio.channel.Packet objects to a registered AsynchChannelListener.
InputSynchChannel
          SynchChannel objets allow threadd to synchronously block on the read method to get org.activeio.channel.Packet objects when they arrive from the peer.
OutputChannel
           
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.
SynchChannel
          SynchChannel objets allow threadd to synchronously block on the receiveUpPacket method to get 'up' org.activeio.channel.Packet objects when they arrive.
SynchChannelFactory
          SynchChannelFactory objects can create SynchChannel and SynchChannelServer objects.
SynchChannelServer
          A SynchChannelServer object provides an accept method to synchronously accept and create org.activeio.channel.Channel objects.
 

Classes in org.activeio used by org.activeio.filter
AsynchChannel
          AsynchChannel objets asynchronously push 'up' org.activeio.channel.Packet objects to a registered org.activeio.ChannelConsumer.
AsynchChannelListener
          A ChannelConsumer object is used to receive 'up' org.activeio.channel.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.
FilterAsynchChannel
          A AsynchChannelFilter can be used as a filter between a AsynchChannel and it's org.activeio.ChannelConsumer.
FilterSynchChannel
          A SynchChannelFilter can be used as a filter another SynchChannel Most SynchChannel that are not directly accessing the network will extends the SynchChannelFilter since they act as a filter between the client and the network.
InputAsynchChannel
          InputAsynchChannel objets asynchronously push 'up' org.activeio.channel.Packet objects to a registered AsynchChannelListener.
InputSynchChannel
          SynchChannel objets allow threadd to synchronously block on the read method to get org.activeio.channel.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.
SynchChannel
          SynchChannel objets allow threadd to synchronously block on the receiveUpPacket method to get 'up' org.activeio.channel.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 org.activeio.channel.Channel connections.
AsynchChannel
          AsynchChannel objets asynchronously push 'up' org.activeio.channel.Packet objects to a registered org.activeio.ChannelConsumer.
AsynchChannelFactory
          AsynchChannelFactory objects can create AsynchChannel and AsynchChannelServer objects.
AsynchChannelListener
          A ChannelConsumer object is used to receive 'up' org.activeio.channel.Packet objects.
AsynchChannelServer
          AsynchChannelServer objets asynchronously accept and create org.activeio.channel.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.
InputAsynchChannel
          InputAsynchChannel objets asynchronously push 'up' org.activeio.channel.Packet objects to a registered AsynchChannelListener.
InputSynchChannel
          SynchChannel objets allow threadd to synchronously block on the read method to get org.activeio.channel.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.
SynchChannel
          SynchChannel objets allow threadd to synchronously block on the receiveUpPacket method to get 'up' org.activeio.channel.Packet objects when they arrive.
SynchChannelFactory
          SynchChannelFactory objects can create SynchChannel and SynchChannelServer objects.
SynchChannelServer
          A SynchChannelServer object provides an accept method to synchronously accept and create org.activeio.channel.Channel objects.
 

Classes in org.activeio used by org.activeio.oneport
AcceptListener
          An AcceptListener object is used to receive accepted org.activeio.channel.Channel connections.
AsynchChannelServer
          AsynchChannelServer objets asynchronously accept and create org.activeio.channel.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.
FilterAsynchChannelServer
          A AsynchChannelFilter can be used as a filter between a AsynchChannel 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 © -2005 The ActiveIO Project. All Rights Reserved.