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) classSubclasses with type arguments of type OioSocketChannel in org.jboss.netty.channel.socket.oioMethods in org.jboss.netty.channel.socket.oio with parameters of type OioSocketChannelModifier and TypeMethodDescription(package private) static voidOioWorker.write(OioSocketChannel channel, ChannelFuture future, Object message) Constructors in org.jboss.netty.channel.socket.oio with parameters of type OioSocketChannel