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