Package org.activeio.filter

Some simple filters that may be added to your channels.

See:
          Description

Class Summary
CounterAsyncChannel A CounterAsyncChannel is a simple org.activeio.AsynchChannelFilter that counts the number bytes that been sent down and up through the channel.
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.
PacketAggregatingSynchChannel 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  
PushbackSynchChannel  
SynchornizedAsynchChannel Used to synchronize concurrent access to an ASynchChannel.
SynchornizedSynchChannel Used to synchronize concurrent access to a SynchChannel.
WriteBufferedAsynchChannel  
WriteBufferedSynchChannel  
 

Package org.activeio.filter Description

Some simple filters that may be added to your channels.



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