Uses of Interface
org.activeio.InputAsyncChannel

Packages that use InputAsyncChannel
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.net A set of Channel implementations that are implemented using the Socket and DatagramSocket classes. 
 

Uses of InputAsyncChannel in org.activeio
 

Subinterfaces of InputAsyncChannel in org.activeio
 interface AsyncChannel
          AsyncChannel objects asynchronously push 'up' Packet objects to a registered org.activeio.ChannelConsumer.
 interface AsynchChannel
          Deprecated. Use AsyncChannel instead. This class will be removed very soon.
 

Classes in org.activeio that implement InputAsyncChannel
 class FilterAsyncChannel
          A AsyncChannelFilter can be used as a filter between a AsyncChannel and it's org.activeio.ChannelConsumer.
 

Uses of InputAsyncChannel in org.activeio.adapter
 

Classes in org.activeio.adapter that implement InputAsyncChannel
 class AsyncChannelToConcurrentRequestChannel
          Creates a RequestChannel out of a AsyncChannel.
 class SynchToAsynchChannelAdapter
          Deprecated. Use AsyncChannelServer instead. This class will be removed very soon.
 class SyncToAsyncChannel
          Adapts a org.activeio.SynchChannel so that it provides an AsyncChannel interface.
 

Uses of InputAsyncChannel in org.activeio.filter
 

Classes in org.activeio.filter that implement InputAsyncChannel
 class AsyncWriteAsyncChannel
           
 class CounterAsyncChannel
          A CounterAsyncChannel is a simple org.activeio.AsyncChannelFilter that counts the number bytes that been sent down and up through the channel.
 class PacketAggregatingAsyncChannel
          This PacketAggregatingAsyncChannel can be used when the client is sending a 'record' style packet down the channel stack and needs receiving end to receive the same 'record' packets.
 class SynchornizedAsyncChannel
          Used to synchronize concurrent access to an ASynchChannel.
 class WriteBufferedAsyncChannel
           
 

Uses of InputAsyncChannel in org.activeio.net
 

Classes in org.activeio.net that implement InputAsyncChannel
 class NIOAsyncChannel
           
static class VMPipeAsyncChannelFactory.ClassloaderAsyncChannelAdapter
          Used to marshal calls to a PipeChannel in a different classloader.
static class VMPipeAsyncChannelPipe.PipeChannel
           
 



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