Uses of Interface
org.activeio.SyncChannelFactory

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

Classes in org.activeio that implement SyncChannelFactory
 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 SyncChannelFactory in org.activeio.adapter
 

Classes in org.activeio.adapter that implement SyncChannelFactory
 class AsyncToSyncChannelFactory
           
 

Methods in org.activeio.adapter that return SyncChannelFactory
 SyncChannelFactory SyncToAsyncChannelFactory.getSyncChannelFactory()
           
static SyncChannelFactory AsyncToSyncChannelFactory.adapt(AsyncChannelFactory channelFactory)
           
 

Methods in org.activeio.adapter with parameters of type SyncChannelFactory
static AsyncChannelFactory SyncToAsyncChannelFactory.adapt(SyncChannelFactory channelFactory)
           
static AsyncChannelFactory SyncToAsyncChannelFactory.adapt(SyncChannelFactory channelFactory, Executor executor)
           
 

Constructors in org.activeio.adapter with parameters of type SyncChannelFactory
SyncToAsyncChannelFactory(SyncChannelFactory next)
          Deprecated. SyncToAsyncChannelFactory.adapt(SyncChannelFactory)
SyncToAsyncChannelFactory(SyncChannelFactory next, Executor executor)
          Deprecated. SyncToAsyncChannelFactory.adapt(SyncChannelFactory, Executor)
 

Uses of SyncChannelFactory in org.activeio.net
 

Classes in org.activeio.net that implement SyncChannelFactory
 class DatagramSocketSyncChannelFactory
          A TcpSynchChannelFactory creates org.activeio.net.TcpSynchChannel and org.activeio.net.TcpSynchChannelServer objects.
 class JxtaSocketSyncChannelFactory
          A SslSynchChannelFactory creates org.activeio.net.TcpSynchChannel and org.activeio.net.TcpSynchChannelServer objects that use SSL.
 class NIOSyncChannelFactory
          A TcpSynchChannelFactory creates org.activeio.net.TcpSynchChannel and org.activeio.net.TcpSynchChannelServer objects.
 class SocketSyncChannelFactory
          A TcpSynchChannelFactory creates org.activeio.net.TcpSynchChannel and org.activeio.net.TcpSynchChannelServer objects.
 class SslSocketSyncChannelFactory
          A SslSynchChannelFactory creates org.activeio.net.TcpSynchChannel and org.activeio.net.TcpSynchChannelServer objects that use SSL.
 



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