Uses of Interface
org.activeio.AsyncChannelFactory

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

Uses of AsyncChannelFactory in org.activeio
 

Classes in org.activeio that implement AsyncChannelFactory
 class ChannelFactory
          A ChannelFactoryuses the requested URI's scheme to determine the actual org.activeio.SynchChannelFactoryor AsyncChannelFactoryimplementation to use to create it's Channels and ChannelServers.
 

Uses of AsyncChannelFactory in org.activeio.adapter
 

Classes in org.activeio.adapter that implement AsyncChannelFactory
 class SyncToAsyncChannelFactory
           
 

Methods in org.activeio.adapter that return AsyncChannelFactory
static AsyncChannelFactory SyncToAsyncChannelFactory.adapt(SyncChannelFactory channelFactory)
           
static AsyncChannelFactory SyncToAsyncChannelFactory.adapt(SyncChannelFactory channelFactory, Executor executor)
           
 AsyncChannelFactory AsyncToSyncChannelFactory.getAsyncChannelFactory()
           
 

Methods in org.activeio.adapter with parameters of type AsyncChannelFactory
static SyncChannelFactory AsyncToSyncChannelFactory.adapt(AsyncChannelFactory channelFactory)
           
 

Uses of AsyncChannelFactory in org.activeio.net
 

Classes in org.activeio.net that implement AsyncChannelFactory
 class NIOAsyncChannelFactory
          A TcpAsyncChannelFactory creates org.activeio.net.TcpAsyncChannel and org.activeio.net.TcpAsyncChannelServer objects.
 class VMPipeAsyncChannelFactory
           
 



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