Uses of Interface
org.jboss.netty.channel.socket.DatagramChannel
-
Packages that use DatagramChannel Package Description org.jboss.netty.channel.socket Abstract TCP and UDP socket interfaces which extend the core channel API.org.jboss.netty.channel.socket.nio NIO-based socket channel API implementation - recommended for a large number of connections (>= 1000).org.jboss.netty.channel.socket.oio 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 Modifier and Type Method Description DatagramChannelDatagramChannelFactory. newChannel(ChannelPipeline pipeline) -
Uses of DatagramChannel in org.jboss.netty.channel.socket.nio
Classes in org.jboss.netty.channel.socket.nio that implement DatagramChannel Modifier and Type Class Description classNioDatagramChannelProvides an NIO basedDatagramChannel.Methods in org.jboss.netty.channel.socket.nio that return DatagramChannel Modifier and Type Method Description DatagramChannelNioDatagramChannelFactory. newChannel(ChannelPipeline pipeline) -
Uses of DatagramChannel in org.jboss.netty.channel.socket.oio
Classes in org.jboss.netty.channel.socket.oio that implement DatagramChannel Modifier and Type Class Description (package private) classOioDatagramChannelMethods in org.jboss.netty.channel.socket.oio that return DatagramChannel Modifier and Type Method Description DatagramChannelOioDatagramChannelFactory. newChannel(ChannelPipeline pipeline)
-