Uses of Interface
org.jboss.netty.channel.socket.nio.NioSocketChannelConfig
-
Packages that use NioSocketChannelConfig Package Description org.jboss.netty.channel.socket.nio NIO-based socket channel API implementation - recommended for a large number of connections (>= 1000). -
-
Uses of NioSocketChannelConfig in org.jboss.netty.channel.socket.nio
Classes in org.jboss.netty.channel.socket.nio that implement NioSocketChannelConfig Modifier and Type Class Description (package private) class
DefaultNioSocketChannelConfig
The defaultNioSocketChannelConfig
implementation.Fields in org.jboss.netty.channel.socket.nio declared as NioSocketChannelConfig Modifier and Type Field Description private NioSocketChannelConfig
NioSocketChannel. config
Methods in org.jboss.netty.channel.socket.nio that return NioSocketChannelConfig Modifier and Type Method Description NioSocketChannelConfig
NioSocketChannel. getConfig()
-