Uses of Interface
org.activeio.AcceptListener

Packages that use AcceptListener
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.net A set of Channel implementations that are implemented using the Socket and DatagramSocket classes. 
org.activeio.oneport This package provides the implementing classes that allow you to run multiple protocols from a sigle port. 
 

Uses of AcceptListener in org.activeio
 

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

Fields in org.activeio declared as AcceptListener
protected  AcceptListener FilterAsynchChannelServer.acceptListener
           
 

Methods in org.activeio with parameters of type AcceptListener
 void FilterAsynchChannelServer.setAcceptListener(AcceptListener acceptListener)
           
 void AsynchChannelServer.setAcceptListener(AcceptListener acceptListener)
          Registers an AcceptListener which is notified of accepted channels.
 

Uses of AcceptListener in org.activeio.adapter
 

Classes in org.activeio.adapter that implement AcceptListener
 class AsynchToSynchChannelServerAdapter
          Adapts a AsynchChannelServer so that it provides an SynchChannelServer interface.
 

Methods in org.activeio.adapter with parameters of type AcceptListener
 void SynchToAsynchChannelServerAdapter.setAcceptListener(AcceptListener acceptListener)
           
 

Uses of AcceptListener in org.activeio.net
 

Methods in org.activeio.net with parameters of type AcceptListener
 void VMPipeAsynchChannelServer.setAcceptListener(AcceptListener acceptListener)
           
 

Uses of AcceptListener in org.activeio.oneport
 

Classes in org.activeio.oneport that implement AcceptListener
 class OnePortAsynchChannelServer
          Allows multiple protocols share a single ChannelServer.
 

Methods in org.activeio.oneport with parameters of type AcceptListener
 void OnePortAsynchChannelServer.setAcceptListener(AcceptListener acceptListener)
           
 



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