|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use ServerSocketChannelFactory | |
---|---|
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 ServerSocketChannelFactory in org.jboss.netty.channel.socket.nio |
---|
Classes in org.jboss.netty.channel.socket.nio that implement ServerSocketChannelFactory | |
---|---|
class |
NioServerSocketChannelFactory
A ServerSocketChannelFactory which creates a server-side NIO-based
ServerSocketChannel . |
Uses of ServerSocketChannelFactory in org.jboss.netty.channel.socket.oio |
---|
Classes in org.jboss.netty.channel.socket.oio that implement ServerSocketChannelFactory | |
---|---|
class |
OioServerSocketChannelFactory
A ServerSocketChannelFactory which creates a server-side blocking
I/O based ServerSocketChannel . |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |