Uses of Interface
org.activeio.AsyncChannelListener

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

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

Fields in org.activeio declared as AsyncChannelListener
protected  AsyncChannelListener FilterAsyncChannel.channelListener
           
 

Methods in org.activeio that return AsyncChannelListener
 AsyncChannelListener InputAsyncChannel.getAsyncChannelListener()
           
 AsyncChannelListener FilterAsyncChannel.getAsyncChannelListener()
           
 

Methods in org.activeio with parameters of type AsyncChannelListener
 void InputAsyncChannel.setAsyncChannelListener(AsyncChannelListener channelListener)
          Registers the ChannelConsumer that the protcol will use to deliver packets coming 'up' the channel.
 void FilterAsyncChannel.setAsyncChannelListener(AsyncChannelListener channelListener)
           
 

Uses of AsyncChannelListener in org.activeio.adapter
 

Classes in org.activeio.adapter that implement AsyncChannelListener
 class AsyncChannelToConcurrentRequestChannel
          Creates a RequestChannel out of a AsyncChannel.
 class AsyncChannelToServerRequestChannel
          Creates a RequestChannel out of a AsyncChannel.
 class AsyncToSyncChannel
          Adapts a AsyncChannel so that it provides an org.activeio.SynchChannel interface.
 

Methods in org.activeio.adapter that return AsyncChannelListener
 AsyncChannelListener SyncToAsyncChannel.getAsyncChannelListener()
           
 

Methods in org.activeio.adapter with parameters of type AsyncChannelListener
 void SyncToAsyncChannel.setAsyncChannelListener(AsyncChannelListener channelListener)
           
 

Uses of AsyncChannelListener in org.activeio.filter
 

Classes in org.activeio.filter that implement AsyncChannelListener
 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 AsyncChannelListener in org.activeio.net
 

Methods in org.activeio.net that return AsyncChannelListener
 AsyncChannelListener NIOAsyncChannel.getAsyncChannelListener()
           
 AsyncChannelListener VMPipeAsyncChannelFactory.ClassloaderAsyncChannelAdapter.getAsyncChannelListener()
           
 AsyncChannelListener VMPipeAsyncChannelPipe.PipeChannel.getAsyncChannelListener()
           
 

Methods in org.activeio.net with parameters of type AsyncChannelListener
 void NIOAsyncChannel.setAsyncChannelListener(AsyncChannelListener channelListener)
           
 void VMPipeAsyncChannelFactory.ClassloaderAsyncChannelAdapter.setAsyncChannelListener(AsyncChannelListener channelListener)
           
 void VMPipeAsyncChannelPipe.PipeChannel.setAsyncChannelListener(AsyncChannelListener channelListener)
           
 



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