|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
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 ChannelFactory uses the requested URI's scheme to determine the
actual org.activeio.SynchChannelFactory or
AsyncChannelFactory implementation to use to create it's
Channel s and ChannelServer s. |
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 | |
---|---|
static SyncChannelFactory |
AsyncToSyncChannelFactory.adapt(AsyncChannelFactory channelFactory)
|
SyncChannelFactory |
SyncToAsyncChannelFactory.getSyncChannelFactory()
|
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. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |