Uses of Interface
org.jboss.netty.channel.socket.DatagramChannel
Packages that use DatagramChannel
Package
Description
Abstract TCP and UDP socket interfaces which extend the core channel API.
NIO-based socket channel
API implementation - recommended for a large number of connections (>= 1000).
Old blocking I/O based socket channel API implementation - recommended for
a small number of connections (< 1000).
-
Uses of DatagramChannel in org.jboss.netty.channel.socket
Methods in org.jboss.netty.channel.socket that return DatagramChannel -
Uses of DatagramChannel in org.jboss.netty.channel.socket.nio
Classes in org.jboss.netty.channel.socket.nio that implement DatagramChannelMethods in org.jboss.netty.channel.socket.nio that return DatagramChannel -
Uses of DatagramChannel in org.jboss.netty.channel.socket.oio
Classes in org.jboss.netty.channel.socket.oio that implement DatagramChannelMethods in org.jboss.netty.channel.socket.oio that return DatagramChannel