Uses of Interface
org.activeio.RequestListener

Packages that use RequestListener
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. 
 

Uses of RequestListener in org.activeio
 

Methods in org.activeio that return RequestListener
 RequestListener RequestChannel.getRequestListener()
           
 

Methods in org.activeio with parameters of type RequestListener
 void RequestChannel.setRequestListener(RequestListener requestListener)
          Registers the RequestListener that the protcol will use to deliver request packets comming 'up' the channel.
 

Uses of RequestListener in org.activeio.adapter
 

Methods in org.activeio.adapter that return RequestListener
 RequestListener AsyncChannelToClientRequestChannel.getRequestListener()
           
 RequestListener AsyncChannelToConcurrentRequestChannel.getRequestListener()
           
 RequestListener AsyncChannelToServerRequestChannel.getRequestListener()
           
 

Methods in org.activeio.adapter with parameters of type RequestListener
 void AsyncChannelToClientRequestChannel.setRequestListener(RequestListener requestListener)
           
 void AsyncChannelToConcurrentRequestChannel.setRequestListener(RequestListener requestListener)
           
 void AsyncChannelToServerRequestChannel.setRequestListener(RequestListener requestListener)
           
 



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