Package org.jboss.netty.channel.socket.oio

Old blocking I/O based socket channel API implementation - recommended for a small number of connections (< 1000).

See:
          Description


Class Summary
OioClientSocketChannelFactory A ClientSocketChannelFactory which creates a client-side blocking I/O based SocketChannel.
OioDatagramChannelFactory A DatagramChannelFactory which creates a blocking I/O based DatagramChannel.
OioServerSocketChannelFactory A ServerSocketChannelFactory which creates a server-side blocking I/O based ServerSocketChannel.
 

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

Old blocking I/O based socket channel API implementation - recommended for a small number of connections (< 1000).



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