Package org.jboss.netty.channel.socket.nio

NIO-based socket channel API implementation - recommended for a large number of connections (>= 1000).

See:
          Description


Interface Summary
NioDatagramChannelConfig A DatagramChannelConfig for a NIO TCP/IP DatagramChannel.
NioSocketChannelConfig A SocketChannelConfig for a NIO TCP/IP SocketChannel.
 

Class Summary
NioClientSocketChannelFactory A ClientSocketChannelFactory which creates a client-side NIO-based SocketChannel.
NioDatagramChannelFactory A DatagramChannelFactory that creates a NIO-based connectionless DatagramChannel.
NioServerSocketChannelFactory A ServerSocketChannelFactory which creates a server-side NIO-based ServerSocketChannel.
 

Package org.jboss.netty.channel.socket.nio Description

NIO-based socket channel API implementation - recommended for a large number of connections (>= 1000).



Copyright © 2008-2009 JBoss, by Red Hat. All Rights Reserved.