Uses of Class
org.jboss.netty.channel.socket.oio.OioSocketChannel
-
Packages that use OioSocketChannel Package Description org.jboss.netty.channel.socket.oio 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.oio Modifier and Type Class Description (package private) class
OioAcceptedSocketChannel
(package private) class
OioClientSocketChannel
Methods in org.jboss.netty.channel.socket.oio with parameters of type OioSocketChannel Modifier and Type Method Description (package private) static void
OioWorker. write(OioSocketChannel channel, ChannelFuture future, java.lang.Object message)
Constructors in org.jboss.netty.channel.socket.oio with parameters of type OioSocketChannel Constructor Description OioWorker(OioSocketChannel channel)
-