Package org.activeio.net

A set of Channel implementations that are implemented using the Socket and DatagramSocket classes.

See:
          Description

Interface Summary
NIOAsynchChannelSelectorManager.SelectorManagerListener  
SocketMetadata  
 

Class Summary
AIOAsynchChannel  
AIOAsynchChannelFactory A TcpAsynchChannelFactory creates org.activeio.net.TcpAsynchChannel and org.activeio.net.TcpAsynchChannelServer objects.
AIOSynchChannelServer  
DatagramContext  
DatagramSocketSynchChannel A SynchChannelimplementation that uses TCP to talk to the network.
DatagramSocketSynchChannelFactory A TcpSynchChannelFactory creates org.activeio.net.TcpSynchChannel and org.activeio.net.TcpSynchChannelServer objects.
JxtaSocketSynchChannelFactory A SslSynchChannelFactory creates org.activeio.net.TcpSynchChannel and org.activeio.net.TcpSynchChannelServer objects that use SSL.
JxtaSocketSynchChannelFactory.JxtaServerSocketFactory  
JxtaSocketSynchChannelFactory.JxtaSocketFactory  
NIOAsynchChannel  
NIOAsynchChannelFactory A TcpAsynchChannelFactory creates org.activeio.net.TcpAsynchChannel and org.activeio.net.TcpAsynchChannelServer objects.
NIOAsynchChannelSelectorManager The SelectorManager will manage one Selector and the thread that checks the selector.
NIOAsynchChannelServer A SynchChannelServer that creates org.activeio.net.TcpSynchChannelobjects from accepted tcp socket connections.
NIOBaseChannel Base class for the Asynch and Synch implementations of NIO channels.
NIOSynchChannel A SynchChannel implementation that uses a SocketChannel to talk to the network.
NIOSynchChannelFactory A TcpSynchChannelFactory creates org.activeio.net.TcpSynchChannel and org.activeio.net.TcpSynchChannelServer objects.
NIOSynchChannelServer A SynchChannelServer that creates org.activeio.net.TcpSynchChannelobjects from accepted tcp socket connections.
SocketSynchChannel A SynchChannel implementation that uses a Socket to talk to the network.
SocketSynchChannelFactory A TcpSynchChannelFactory creates org.activeio.net.TcpSynchChannel and org.activeio.net.TcpSynchChannelServer objects.
SocketSynchChannelServer A SynchChannelServer that creates org.activeio.net.TcpSynchChannelobjects from accepted tcp socket connections.
SslSocketSynchChannelFactory A SslSynchChannelFactory creates org.activeio.net.TcpSynchChannel and org.activeio.net.TcpSynchChannelServer objects that use SSL.
URISupport The URISupport class provides a few static methods that provides a few usefull operations to manipulate URIs.
VMPipeAsynchChannelFactory  
VMPipeAsynchChannelFactory.ClassloaderAsynchChannelAdapter Used to marshal calls to a PipeChannel in a different classloader.
VMPipeAsynchChannelPipe Used to connect the bottom ends of two Asynch channel stacks.
VMPipeAsynchChannelPipe.PipeChannel  
VMPipeAsynchChannelServer  
 

Package org.activeio.net Description

A set of Channel implementations that are implemented using the Socket and DatagramSocket classes.



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