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 NioDatagramChannel
NioDatagramWorker.ChannelRegistionTask.channel
Methods in org.jboss.netty.channel.socket.nio with parameters of type NioDatagramChannelModifier and TypeMethodDescriptionprivate static void
NioDatagramPipelineSink.bind
(NioDatagramChannel channel, ChannelFuture future, 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, InetSocketAddress remoteAddress) (package private) static void
NioDatagramWorker.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)