Uses of Class
org.activeio.net.SocketStreamChannel

Packages that use SocketStreamChannel
org.activeio.net A set of Channel implementations that are implemented using the Socket and DatagramSocket classes. 
 

Uses of SocketStreamChannel in org.activeio.net
 

Methods in org.activeio.net with parameters of type SocketStreamChannel
protected  SyncChannel SocketSyncChannelFactory.createSynchChannel(SocketStreamChannel channel)
           
protected  Channel SocketSyncChannelServer.createChannel(SocketStreamChannel channel)
           
protected  Channel NIOAsyncChannelServer.createChannel(SocketStreamChannel c)
           
protected  Channel NIOSyncChannelServer.createChannel(SocketStreamChannel c)
           
 

Constructors in org.activeio.net with parameters of type SocketStreamChannel
SocketSyncChannel(SocketStreamChannel channel)
           
 



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