Uses of Interface
org.jboss.netty.channel.socket.DatagramChannelConfig
Packages that use DatagramChannelConfig
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 DatagramChannelConfig in org.jboss.netty.channel.socket
Classes in org.jboss.netty.channel.socket that implement DatagramChannelConfigMethods in org.jboss.netty.channel.socket that return DatagramChannelConfig -
Uses of DatagramChannelConfig in org.jboss.netty.channel.socket.nio
Subinterfaces of DatagramChannelConfig in org.jboss.netty.channel.socket.nioModifier and TypeInterfaceDescriptioninterface
ADatagramChannelConfig
for a NIO TCP/IPDatagramChannel
.Classes in org.jboss.netty.channel.socket.nio that implement DatagramChannelConfigModifier and TypeClassDescription(package private) class
The defaultNioSocketChannelConfig
implementation. -
Uses of DatagramChannelConfig in org.jboss.netty.channel.socket.oio
Fields in org.jboss.netty.channel.socket.oio declared as DatagramChannelConfigMethods in org.jboss.netty.channel.socket.oio that return DatagramChannelConfig