|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use SynchChannelServer | |
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 SynchChannelServer in org.activeio |
Classes in org.activeio that implement SynchChannelServer | |
class |
FilterSynchChannelServer
A SynchChannelFilter can be used as a filter another SynchChannel
Most SynchChannel that are not directly accessing the network will
extends the SynchChannelFilter since they act as a filter between the client and the network. |
Methods in org.activeio that return SynchChannelServer | |
SynchChannelServer |
FilterSynchChannelServer.getNext()
|
SynchChannelServer |
ChannelFactory.bindSynchChannel(java.net.URI location)
|
SynchChannelServer |
SynchChannelFactory.bindSynchChannel(java.net.URI location)
Binds a server at the URI location. |
Constructors in org.activeio with parameters of type SynchChannelServer | |
FilterSynchChannelServer(SynchChannelServer next)
|
Uses of SynchChannelServer in org.activeio.adapter |
Classes in org.activeio.adapter that implement SynchChannelServer | |
class |
AsynchToSynchChannelServerAdapter
Adapts a AsynchChannelServer so that it provides an
SynchChannelServer interface. |
Methods in org.activeio.adapter that return SynchChannelServer | |
SynchChannelServer |
AsynchToSynchChannelFactoryAdaptor.bindSynchChannel(java.net.URI location)
|
static SynchChannelServer |
AsynchToSynchChannelServerAdapter.adapt(ChannelServer channel)
|
static SynchChannelServer |
AsynchToSynchChannelServerAdapter.adapt(ChannelServer channel,
EDU.oswego.cs.dl.util.concurrent.Channel upPacketChannel)
|
SynchChannelServer |
SynchToAsynchChannelServerAdapter.getSynchChannelServer()
|
Constructors in org.activeio.adapter with parameters of type SynchChannelServer | |
SynchToAsynchChannelServerAdapter(SynchChannelServer synchServer)
|
|
SynchToAsynchChannelServerAdapter(SynchChannelServer synchServer,
EDU.oswego.cs.dl.util.concurrent.Executor executor)
|
|
SynchChannelServerToServerSocketAdapter(SynchChannelServer channelServer)
|
Uses of SynchChannelServer in org.activeio.net |
Classes in org.activeio.net that implement SynchChannelServer | |
class |
AIOSynchChannelServer
|
class |
NIOAsynchChannelServer
A SynchChannelServer that creates org.activeio.net.TcpSynchChannel objects from accepted
tcp socket connections. |
class |
NIOSynchChannelServer
A SynchChannelServer that creates org.activeio.net.TcpSynchChannel objects from accepted
tcp socket connections. |
class |
SocketSynchChannelServer
A SynchChannelServer that creates org.activeio.net.TcpSynchChannel objects from accepted
tcp socket connections. |
Methods in org.activeio.net that return SynchChannelServer | |
SynchChannelServer |
DatagramSocketSynchChannelFactory.bindSynchChannel(java.net.URI location)
|
SynchChannelServer |
NIOSynchChannelFactory.bindSynchChannel(java.net.URI bindURI)
Binds a server socket a the 's port. |
SynchChannelServer |
SocketSynchChannelFactory.bindSynchChannel(java.net.URI bindURI)
Binds a server socket a the 's port. |
|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |