Uses of Class
org.jboss.netty.channel.socket.nio.NioDatagramChannel
-
Packages that use NioDatagramChannel Package Description org.jboss.netty.channel.socket.nio NIO-based socket channel API implementation - recommended for a large number of connections (>= 1000). -
-
Uses of NioDatagramChannel in org.jboss.netty.channel.socket.nio
Fields in org.jboss.netty.channel.socket.nio declared as NioDatagramChannel Modifier and Type Field Description private NioDatagramChannel
NioDatagramWorker.ChannelRegistionTask. channel
Methods in org.jboss.netty.channel.socket.nio with parameters of type NioDatagramChannel Modifier and Type Method Description private static void
NioDatagramPipelineSink. bind(NioDatagramChannel channel, ChannelFuture future, java.net.InetSocketAddress address)
Will bind the DatagramSocket to the passed-in address.private static void
NioDatagramPipelineSink. close(NioDatagramChannel channel, ChannelFuture future)
private static void
NioDatagramPipelineSink. connect(NioDatagramChannel channel, ChannelFuture future, java.net.InetSocketAddress remoteAddress)
(package private) static void
NioDatagramWorker. disconnect(NioDatagramChannel channel, ChannelFuture future)
Constructors in org.jboss.netty.channel.socket.nio with parameters of type NioDatagramChannel Constructor Description ChannelRegistionTask(NioDatagramChannel channel, ChannelFuture future)
-