Uses of Class
org.jboss.netty.channel.socket.nio.NioDatagramChannel
Packages that use NioDatagramChannel
Package
Description
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 NioDatagramChannelModifier and TypeFieldDescriptionprivate final NioDatagramChannelNioDatagramWorker.ChannelRegistionTask.channelMethods in org.jboss.netty.channel.socket.nio with parameters of type NioDatagramChannelModifier and TypeMethodDescriptionprivate static voidNioDatagramPipelineSink.bind(NioDatagramChannel channel, ChannelFuture future, InetSocketAddress address) Will bind the DatagramSocket to the passed-in address.private static voidNioDatagramPipelineSink.close(NioDatagramChannel channel, ChannelFuture future) private static voidNioDatagramPipelineSink.connect(NioDatagramChannel channel, ChannelFuture future, InetSocketAddress remoteAddress) (package private) static voidNioDatagramWorker.disconnect(NioDatagramChannel channel, ChannelFuture future) Constructors in org.jboss.netty.channel.socket.nio with parameters of type NioDatagramChannelModifierConstructorDescription(package private)ChannelRegistionTask(NioDatagramChannel channel, ChannelFuture future)