Uses of Class
org.activeio.FilterAsynchChannel

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

Subclasses of FilterAsynchChannel in org.activeio.adapter
 class AsynchChannelToConcurrentRequestChannel
          Creates a RequestChannel out of a AsynchChannel.
 class AsynchWriteAsynchChannelAdapter
           
 

Uses of FilterAsynchChannel in org.activeio.filter
 

Subclasses of FilterAsynchChannel in org.activeio.filter
 class CounterAsyncChannel
          A CounterAsyncChannel is a simple org.activeio.AsynchChannelFilter that counts the number bytes that been sent down and up through the channel.
 class PacketAggregatingAsynchChannel
          This PacketAggregatingAsynchChannel 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 SynchornizedAsynchChannel
          Used to synchronize concurrent access to an ASynchChannel.
 class WriteBufferedAsynchChannel
           
 



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