Package org.activeio.filter

Some simple filters that may be added to your channels.

See:
          Description

Class Summary
AsyncWriteAsyncChannel  
AsyncWriteAsyncChannel.ObjectDispatcher  
AsyncWriteAsyncChannel.ObjectDispatcherX  
CounterAsyncChannel A CounterAsyncChannel is a simple org.activeio.AsyncChannelFilter that counts the number bytes that been sent down and up through the channel.
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.
PacketAggregatingSyncChannel This PacketAggregatingSynchChannel 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.
PacketAggregator  
PushbackSyncChannel  
SynchornizedAsyncChannel Used to synchronize concurrent access to an ASynchChannel.
SynchornizedSyncChannel Used to synchronize concurrent access to a SynchChannel.
WriteBufferedAsyncChannel  
WriteBufferedSyncChannel  
 

Package org.activeio.filter Description

Some simple filters that may be added to your channels.



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