|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use AsynchChannelServer | |
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. |
org.activeio.oneport | This package provides the implementing classes that allow you to run multiple protocols from a sigle port. |
Uses of AsynchChannelServer in org.activeio |
Classes in org.activeio that implement AsynchChannelServer | |
class |
FilterAsynchChannelServer
A AsynchChannelFilter can be used as a filter between a AsynchChannel
and it's org.activeio.ChannelConsumer . |
Fields in org.activeio declared as AsynchChannelServer | |
protected AsynchChannelServer |
FilterAsynchChannelServer.next
|
Methods in org.activeio that return AsynchChannelServer | |
AsynchChannelServer |
ChannelFactory.bindAsynchChannel(java.net.URI location)
|
AsynchChannelServer |
AsynchChannelFactory.bindAsynchChannel(java.net.URI location)
Binds a server at the URI location. |
Constructors in org.activeio with parameters of type AsynchChannelServer | |
FilterAsynchChannelServer(AsynchChannelServer next)
|
Uses of AsynchChannelServer in org.activeio.adapter |
Classes in org.activeio.adapter that implement AsynchChannelServer | |
class |
SynchToAsynchChannelServerAdapter
Adapts a org.activeio,SynchChannelServer so that it provides an
AsynchChannelServer interface. |
Methods in org.activeio.adapter that return AsynchChannelServer | |
AsynchChannelServer |
SynchToAsynchChannelFactoryAdaptor.bindAsynchChannel(java.net.URI location)
|
AsynchChannelServer |
AsynchToSynchChannelServerAdapter.getAsynchChannelServer()
|
static AsynchChannelServer |
SynchToAsynchChannelServerAdapter.adapt(ChannelServer channel)
|
static AsynchChannelServer |
SynchToAsynchChannelServerAdapter.adapt(ChannelServer channel,
EDU.oswego.cs.dl.util.concurrent.Executor executor)
|
Constructors in org.activeio.adapter with parameters of type AsynchChannelServer | |
AsynchToSynchChannelServerAdapter(AsynchChannelServer asynchChannelServer)
Deprecated. AsynchToSynchChannelServerAdapter.adapt(ChannelServer) |
|
AsynchToSynchChannelServerAdapter(AsynchChannelServer asynchChannelServer,
EDU.oswego.cs.dl.util.concurrent.Channel acceptBuffer)
Deprecated. AsynchToSynchChannelServerAdapter.adapt(ChannelServer, EDU.oswego.cs.dl.util.concurrent.Channel) |
Uses of AsynchChannelServer in org.activeio.net |
Classes in org.activeio.net that implement AsynchChannelServer | |
class |
VMPipeAsynchChannelServer
|
Methods in org.activeio.net that return AsynchChannelServer | |
AsynchChannelServer |
VMPipeAsynchChannelFactory.bindAsynchChannel(java.net.URI bindURI)
|
AsynchChannelServer |
NIOAsynchChannelFactory.bindAsynchChannel(java.net.URI bindURI)
Binds a server socket a the 's port. |
AsynchChannelServer |
AIOAsynchChannelFactory.bindAsynchChannel(java.net.URI bindURI)
Binds a server socket a the 's port. |
Uses of AsynchChannelServer in org.activeio.oneport |
Classes in org.activeio.oneport that implement AsynchChannelServer | |
class |
OnePortAsynchChannelServer
Allows multiple protocols share a single ChannelServer. |
Methods in org.activeio.oneport that return AsynchChannelServer | |
AsynchChannelServer |
OnePortAsynchChannelServer.bindAsynchChannel(ProtocolRecognizer recognizer)
|
Constructors in org.activeio.oneport with parameters of type AsynchChannelServer | |
OnePortAsynchChannelServer(AsynchChannelServer server)
|
|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |