Uses of Class
org.activeio.FilterAsyncChannel

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

Uses of FilterAsyncChannel in org.activeio.adapter
 

Subclasses of FilterAsyncChannel in org.activeio.adapter
 class AsyncChannelToConcurrentRequestChannel
          Creates a RequestChannel out of a AsyncChannel.
 

Uses of FilterAsyncChannel in org.activeio.filter
 

Subclasses of FilterAsyncChannel in org.activeio.filter
 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
           
 



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