Uses of Interface
org.jboss.netty.channel.socket.ServerSocketChannelConfig
Packages that use ServerSocketChannelConfig
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 ServerSocketChannelConfig in org.jboss.netty.channel.socket
Classes in org.jboss.netty.channel.socket that implement ServerSocketChannelConfigMethods in org.jboss.netty.channel.socket that return ServerSocketChannelConfig -
Uses of ServerSocketChannelConfig in org.jboss.netty.channel.socket.nio
Fields in org.jboss.netty.channel.socket.nio declared as ServerSocketChannelConfigModifier and TypeFieldDescriptionprivate final ServerSocketChannelConfig
NioServerSocketChannel.config
Methods in org.jboss.netty.channel.socket.nio that return ServerSocketChannelConfig -
Uses of ServerSocketChannelConfig in org.jboss.netty.channel.socket.oio
Fields in org.jboss.netty.channel.socket.oio declared as ServerSocketChannelConfigModifier and TypeFieldDescriptionprivate final ServerSocketChannelConfig
OioServerSocketChannel.config
Methods in org.jboss.netty.channel.socket.oio that return ServerSocketChannelConfig