Uses of Interface
org.jboss.netty.channel.socket.DatagramChannelConfig
-
Packages that use DatagramChannelConfig 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). -
-
Uses of DatagramChannelConfig in org.jboss.netty.channel.socket
Classes in org.jboss.netty.channel.socket that implement DatagramChannelConfig Modifier and Type Class Description class
DefaultDatagramChannelConfig
The defaultDatagramChannelConfig
implementation.Methods in org.jboss.netty.channel.socket that return DatagramChannelConfig Modifier and Type Method Description DatagramChannelConfig
DatagramChannel. getConfig()
-
Uses of DatagramChannelConfig in org.jboss.netty.channel.socket.nio
Subinterfaces of DatagramChannelConfig in org.jboss.netty.channel.socket.nio Modifier and Type Interface Description interface
NioDatagramChannelConfig
ADatagramChannelConfig
for a NIO TCP/IPDatagramChannel
.
-