Uses of Interface
org.activeio.SynchChannelFactory

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

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

Uses of SynchChannelFactory in org.activeio.adapter
 

Classes in org.activeio.adapter that implement SynchChannelFactory
 class AsynchToSynchChannelFactoryAdaptor
           
 

Methods in org.activeio.adapter that return SynchChannelFactory
static SynchChannelFactory AsynchToSynchChannelFactoryAdaptor.adapt(AsynchChannelFactory channelFactory)
           
 SynchChannelFactory SynchToAsynchChannelFactoryAdaptor.getSynchChannelFactory()
           
 

Methods in org.activeio.adapter with parameters of type SynchChannelFactory
static AsynchChannelFactory SynchToAsynchChannelFactoryAdaptor.adapt(SynchChannelFactory channelFactory)
           
static AsynchChannelFactory SynchToAsynchChannelFactoryAdaptor.adapt(SynchChannelFactory channelFactory, EDU.oswego.cs.dl.util.concurrent.Executor executor)
           
 

Constructors in org.activeio.adapter with parameters of type SynchChannelFactory
SynchToAsynchChannelFactoryAdaptor(SynchChannelFactory next)
          Deprecated. SynchToAsynchChannelFactoryAdaptor.adapt(SynchChannelFactory)
SynchToAsynchChannelFactoryAdaptor(SynchChannelFactory next, EDU.oswego.cs.dl.util.concurrent.Executor executor)
          Deprecated. SynchToAsynchChannelFactoryAdaptor.adapt(SynchChannelFactory, Executor)
 

Uses of SynchChannelFactory in org.activeio.net
 

Classes in org.activeio.net that implement SynchChannelFactory
 class DatagramSocketSynchChannelFactory
          A TcpSynchChannelFactory creates org.activeio.net.TcpSynchChannel and org.activeio.net.TcpSynchChannelServer objects.
 class JxtaSocketSynchChannelFactory
          A SslSynchChannelFactory creates org.activeio.net.TcpSynchChannel and org.activeio.net.TcpSynchChannelServer objects that use SSL.
 class NIOSynchChannelFactory
          A TcpSynchChannelFactory creates org.activeio.net.TcpSynchChannel and org.activeio.net.TcpSynchChannelServer objects.
 class SocketSynchChannelFactory
          A TcpSynchChannelFactory creates org.activeio.net.TcpSynchChannel and org.activeio.net.TcpSynchChannelServer objects.
 class SslSocketSynchChannelFactory
          A SslSynchChannelFactory creates org.activeio.net.TcpSynchChannel and org.activeio.net.TcpSynchChannelServer objects that use SSL.
 



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