|
|||||||||||
| PREV NEXT | FRAMES NO FRAMES | ||||||||||
| Packages that use AsynchChannelFactory | |
| 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 AsynchChannelFactory in org.activeio |
| Classes in org.activeio that implement AsynchChannelFactory | |
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 AsynchChannelFactory in org.activeio.adapter |
| Classes in org.activeio.adapter that implement AsynchChannelFactory | |
class |
SynchToAsynchChannelFactoryAdaptor
|
| Methods in org.activeio.adapter that return AsynchChannelFactory | |
AsynchChannelFactory |
AsynchToSynchChannelFactoryAdaptor.getAsynchChannelFactory()
|
static AsynchChannelFactory |
SynchToAsynchChannelFactoryAdaptor.adapt(SynchChannelFactory channelFactory)
|
static AsynchChannelFactory |
SynchToAsynchChannelFactoryAdaptor.adapt(SynchChannelFactory channelFactory,
EDU.oswego.cs.dl.util.concurrent.Executor executor)
|
| Methods in org.activeio.adapter with parameters of type AsynchChannelFactory | |
static SynchChannelFactory |
AsynchToSynchChannelFactoryAdaptor.adapt(AsynchChannelFactory channelFactory)
|
| Uses of AsynchChannelFactory in org.activeio.net |
| Classes in org.activeio.net that implement AsynchChannelFactory | |
class |
AIOAsynchChannelFactory
A TcpAsynchChannelFactory creates org.activeio.net.TcpAsynchChannel
and org.activeio.net.TcpAsynchChannelServer objects. |
class |
NIOAsynchChannelFactory
A TcpAsynchChannelFactory creates org.activeio.net.TcpAsynchChannel
and org.activeio.net.TcpAsynchChannelServer objects. |
class |
VMPipeAsynchChannelFactory
|
|
|||||||||||
| PREV NEXT | FRAMES NO FRAMES | ||||||||||