Uses of Interface
org.activeio.AsynchChannelListener

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

Classes in org.activeio that implement AsynchChannelListener
 class FilterAsynchChannel
          A AsynchChannelFilter can be used as a filter between a AsynchChannel and it's org.activeio.ChannelConsumer.
 

Fields in org.activeio declared as AsynchChannelListener
protected  AsynchChannelListener FilterAsynchChannel.channelListener
           
 

Methods in org.activeio that return AsynchChannelListener
 AsynchChannelListener FilterAsynchChannel.getAsynchChannelListener()
           
 AsynchChannelListener InputAsynchChannel.getAsynchChannelListener()
           
 

Methods in org.activeio with parameters of type AsynchChannelListener
 void FilterAsynchChannel.setAsynchChannelListener(AsynchChannelListener channelListener)
           
 void InputAsynchChannel.setAsynchChannelListener(AsynchChannelListener channelListener)
          Registers the ChannelConsumer that the protcol will use to deliver packets comming 'up' the channel.
 

Uses of AsynchChannelListener in org.activeio.adapter
 

Classes in org.activeio.adapter that implement AsynchChannelListener
 class AsynchChannelToConcurrentRequestChannel
          Creates a RequestChannel out of a AsynchChannel.
 class AsynchChannelToServerRequestChannel
          Creates a RequestChannel out of a AsynchChannel.
 class AsynchToSynchChannelAdapter
          Adapts a AsynchChannel so that it provides an SynchChannel interface.
 class AsynchWriteAsynchChannelAdapter
           
 

Methods in org.activeio.adapter that return AsynchChannelListener
 AsynchChannelListener SynchToAsynchChannelAdapter.getAsynchChannelListener()
           
 

Methods in org.activeio.adapter with parameters of type AsynchChannelListener
 void SynchToAsynchChannelAdapter.setAsynchChannelListener(AsynchChannelListener channelListener)
           
 

Uses of AsynchChannelListener in org.activeio.filter
 

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

Uses of AsynchChannelListener in org.activeio.net
 

Methods in org.activeio.net that return AsynchChannelListener
 AsynchChannelListener VMPipeAsynchChannelFactory.ClassloaderAsynchChannelAdapter.getAsynchChannelListener()
           
 AsynchChannelListener NIOAsynchChannel.getAsynchChannelListener()
           
 AsynchChannelListener VMPipeAsynchChannelPipe.PipeChannel.getAsynchChannelListener()
           
 AsynchChannelListener AIOAsynchChannel.getAsynchChannelListener()
           
 

Methods in org.activeio.net with parameters of type AsynchChannelListener
 void VMPipeAsynchChannelFactory.ClassloaderAsynchChannelAdapter.setAsynchChannelListener(AsynchChannelListener channelListener)
           
 void NIOAsynchChannel.setAsynchChannelListener(AsynchChannelListener channelListener)
           
 void VMPipeAsynchChannelPipe.PipeChannel.setAsynchChannelListener(AsynchChannelListener channelListener)
           
 void AIOAsynchChannel.setAsynchChannelListener(AsynchChannelListener channelListener)
           
 



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