Uses of Class
org.jboss.netty.channel.socket.oio.OioSocketChannel
Packages that use OioSocketChannel
Package
Description
Old blocking I/O based socket channel API implementation - recommended for
a small number of connections (< 1000).
-
Uses of OioSocketChannel in org.jboss.netty.channel.socket.oio
Subclasses of OioSocketChannel in org.jboss.netty.channel.socket.oioModifier and TypeClassDescription(package private) class
(package private) class
Methods in org.jboss.netty.channel.socket.oio with parameters of type OioSocketChannelModifier and TypeMethodDescription(package private) static void
OioWorker.write
(OioSocketChannel channel, ChannelFuture future, Object message) Constructors in org.jboss.netty.channel.socket.oio with parameters of type OioSocketChannel