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) classDefaultNioSocketChannelConfigThe defaultNioSocketChannelConfigimplementation.Fields in org.jboss.netty.channel.socket.nio declared as NioSocketChannelConfig Modifier and Type Field Description private NioSocketChannelConfigNioSocketChannel. configMethods in org.jboss.netty.channel.socket.nio that return NioSocketChannelConfig Modifier and Type Method Description NioSocketChannelConfigNioSocketChannel. getConfig()
-