Uses of Interface
org.jboss.netty.channel.socket.ServerSocketChannelConfig
-
Packages that use ServerSocketChannelConfig 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).org.jboss.netty.channel.socket.oio 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 ServerSocketChannelConfig Modifier and Type Class Description class
DefaultServerSocketChannelConfig
The defaultServerSocketChannelConfig
implementation.Methods in org.jboss.netty.channel.socket that return ServerSocketChannelConfig Modifier and Type Method Description ServerSocketChannelConfig
ServerSocketChannel. getConfig()
-
Uses of ServerSocketChannelConfig in org.jboss.netty.channel.socket.nio
Fields in org.jboss.netty.channel.socket.nio declared as ServerSocketChannelConfig Modifier and Type Field Description private ServerSocketChannelConfig
NioServerSocketChannel. config
Methods in org.jboss.netty.channel.socket.nio that return ServerSocketChannelConfig Modifier and Type Method Description ServerSocketChannelConfig
NioServerSocketChannel. getConfig()
-
Uses of ServerSocketChannelConfig in org.jboss.netty.channel.socket.oio
Fields in org.jboss.netty.channel.socket.oio declared as ServerSocketChannelConfig Modifier and Type Field Description private ServerSocketChannelConfig
OioServerSocketChannel. config
Methods in org.jboss.netty.channel.socket.oio that return ServerSocketChannelConfig Modifier and Type Method Description ServerSocketChannelConfig
OioServerSocketChannel. getConfig()
-