Package org.activeio.net

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

See:
          Description

Interface Summary
NIOAsyncChannelSelectorManager.SelectorManagerListener  
SocketMetadata  
 

Class Summary
DatagramContext  
DatagramSocketSyncChannel A org.activeio.SynchChannelimplementation that uses TCP to talk to the network.
DatagramSocketSyncChannelFactory A TcpSynchChannelFactory creates org.activeio.net.TcpSynchChannel and org.activeio.net.TcpSynchChannelServer objects.
JxtaSocketSyncChannelFactory A SslSynchChannelFactory creates org.activeio.net.TcpSynchChannel and org.activeio.net.TcpSynchChannelServer objects that use SSL.
JxtaSocketSyncChannelFactory.JxtaServerSocketFactory  
JxtaSocketSyncChannelFactory.JxtaSocketFactory  
NIOAsyncChannel  
NIOAsyncChannelFactory A TcpAsyncChannelFactory creates org.activeio.net.TcpAsyncChannel and org.activeio.net.TcpAsyncChannelServer objects.
NIOAsyncChannelSelectorManager The SelectorManager will manage one Selector and the thread that checks the selector.
NIOAsyncChannelServer A SynchChannelServer that creates org.activeio.net.TcpSynchChannelobjects from accepted tcp socket connections.
NIOBaseChannel Base class for the Async and Sync implementations of NIO channels.
NIOSyncChannel A org.activeio.SynchChannel implementation that uses a SocketChannel to talk to the network.
NIOSyncChannelFactory A TcpSynchChannelFactory creates org.activeio.net.TcpSynchChannel and org.activeio.net.TcpSynchChannelServer objects.
NIOSyncChannelServer A SynchChannelServer that creates org.activeio.net.TcpSynchChannelobjects from accepted tcp socket connections.
SocketStreamChannel A StreamChannel implementation that uses a Socket to talk to the network.
SocketStreamChannelFactory A TcpStreamChannelFactory creates org.activeio.net.TcpStreamChannel and org.activeio.net.TcpStreamChannelServer objects.
SocketStreamChannelServer A StreamChannelServer that creates org.activeio.net.TcpStreamChannelobjects from accepted tcp socket connections.
SocketSyncChannel A org.activeio.SynchChannel implementation that uses a Socket to talk to the network.
SocketSyncChannelFactory A TcpSynchChannelFactory creates org.activeio.net.TcpSynchChannel and org.activeio.net.TcpSynchChannelServer objects.
SocketSyncChannelServer A SynchChannelServer that creates org.activeio.net.TcpSynchChannelobjects from accepted TCP socket connections.
SslSocketSyncChannelFactory 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.
VMPipeAsyncChannelFactory  
VMPipeAsyncChannelFactory.ClassloaderAsyncChannelAdapter Used to marshal calls to a PipeChannel in a different classloader.
VMPipeAsyncChannelPipe Used to connect the bottom ends of two Async channel stacks.
VMPipeAsyncChannelPipe.PipeChannel  
VMPipeAsyncChannelServer  
 

Package org.activeio.net Description

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



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