Uses of Interface
org.activeio.AsyncChannelServer

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

Classes in org.activeio that implement AsyncChannelServer
 class FilterAsyncChannelServer
          A AsyncChannelFilter can be used as a filter between a AsyncChannel and it's org.activeio.ChannelConsumer.
 

Fields in org.activeio declared as AsyncChannelServer
protected  AsyncChannelServer FilterAsyncChannelServer.next
           
 

Methods in org.activeio that return AsyncChannelServer
 AsyncChannelServer AsyncChannelFactory.bindAsyncChannel(URI location)
          Binds a server at the URI location.
 AsyncChannelServer ChannelFactory.bindAsyncChannel(URI location)
           
 

Constructors in org.activeio with parameters of type AsyncChannelServer
FilterAsyncChannelServer(AsyncChannelServer next)
           
 

Uses of AsyncChannelServer in org.activeio.adapter
 

Classes in org.activeio.adapter that implement AsyncChannelServer
 class SyncToAsyncChannelServer
          Adapts a org.activeio,SynchChannelServer so that it provides an AsyncChannelServer interface.
 

Methods in org.activeio.adapter that return AsyncChannelServer
 AsyncChannelServer AsyncToSyncChannelServer.getAsyncChannelServer()
           
 AsyncChannelServer SyncToAsyncChannelFactory.bindAsyncChannel(URI location)
           
static AsyncChannelServer SyncToAsyncChannelServer.adapt(ChannelServer channel)
           
static AsyncChannelServer SyncToAsyncChannelServer.adapt(ChannelServer channel, Executor executor)
           
 

Constructors in org.activeio.adapter with parameters of type AsyncChannelServer
AsyncToSyncChannelServer(AsyncChannelServer asyncChannelServer)
          Deprecated. AsyncToSyncChannelServer.adapt(ChannelServer)
AsyncToSyncChannelServer(AsyncChannelServer asyncChannelServer, Channel acceptBuffer)
          Deprecated. AsyncToSyncChannelServer.adapt(ChannelServer, EDU.oswego.cs.dl.util.concurrent.Channel)
 

Uses of AsyncChannelServer in org.activeio.net
 

Classes in org.activeio.net that implement AsyncChannelServer
 class VMPipeAsyncChannelServer
           
 

Methods in org.activeio.net that return AsyncChannelServer
 AsyncChannelServer NIOAsyncChannelFactory.bindAsyncChannel(URI bindURI)
          Binds a server socket a the 's port.
 AsyncChannelServer VMPipeAsyncChannelFactory.bindAsyncChannel(URI bindURI)
           
 

Uses of AsyncChannelServer in org.activeio.oneport
 

Classes in org.activeio.oneport that implement AsyncChannelServer
 class OnePortAsyncChannelServer
          Allows multiple protocols share a single ChannelServer.
 

Methods in org.activeio.oneport that return AsyncChannelServer
 AsyncChannelServer OnePortAsyncChannelServer.bindAsyncChannel(ProtocolRecognizer recognizer)
           
 

Constructors in org.activeio.oneport with parameters of type AsyncChannelServer
OnePortAsyncChannelServer(AsyncChannelServer server)
           
 



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