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 voidOioDatagramPipelineSink.bind(OioDatagramChannel channel, ChannelFuture future, SocketAddress localAddress) private voidOioDatagramPipelineSink.connect(OioDatagramChannel channel, ChannelFuture future, SocketAddress remoteAddress) (package private) static voidOioDatagramWorker.disconnect(OioDatagramChannel channel, ChannelFuture future) (package private) static voidOioDatagramWorker.write(OioDatagramChannel channel, ChannelFuture future, Object message, SocketAddress remoteAddress) Constructors in org.jboss.netty.channel.socket.oio with parameters of type OioDatagramChannel