Uses of Interface
org.activeio.StreamChannelServer

Packages that use StreamChannelServer
org.activeio The core activeio API is centered around having Channels that move Packets of data. 
org.activeio.net A set of Channel implementations that are implemented using the Socket and DatagramSocket classes. 
 

Uses of StreamChannelServer in org.activeio
 

Methods in org.activeio that return StreamChannelServer
 StreamChannelServer StreamChannelFactory.bindStreamChannel(URI location)
          Binds a server at the URI location.
 

Uses of StreamChannelServer in org.activeio.net
 

Classes in org.activeio.net that implement StreamChannelServer
 class SocketStreamChannelServer
          A StreamChannelServer that creates org.activeio.net.TcpStreamChannelobjects from accepted tcp socket connections.
 

Methods in org.activeio.net that return StreamChannelServer
 StreamChannelServer SocketStreamChannelFactory.bindStreamChannel(URI bindURI)
          Binds a server socket a the 's port.
 



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