Uses of Class
org.jboss.netty.channel.socket.oio.OioDatagramChannel
-
Packages that use OioDatagramChannel 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 OioDatagramChannel in org.jboss.netty.channel.socket.oio
Methods in org.jboss.netty.channel.socket.oio with parameters of type OioDatagramChannel Modifier and Type Method Description private void
OioDatagramPipelineSink. bind(OioDatagramChannel channel, ChannelFuture future, java.net.SocketAddress localAddress)
private void
OioDatagramPipelineSink. connect(OioDatagramChannel channel, ChannelFuture future, java.net.SocketAddress remoteAddress)
(package private) static void
OioDatagramWorker. disconnect(OioDatagramChannel channel, ChannelFuture future)
(package private) static void
OioDatagramWorker. write(OioDatagramChannel channel, ChannelFuture future, java.lang.Object message, java.net.SocketAddress remoteAddress)
Constructors in org.jboss.netty.channel.socket.oio with parameters of type OioDatagramChannel Constructor Description OioDatagramWorker(OioDatagramChannel channel)
-