|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use SocketChannelConfig | |
---|---|
org.jboss.netty.channel.socket | Abstract TCP and UDP socket interfaces which extend the core channel API. |
org.jboss.netty.channel.socket.http | An HTTP-based client-side SocketChannel
and its corresponding server-side Servlet implementation that make your
existing server application work in a firewalled network. |
org.jboss.netty.channel.socket.nio | NIO-based socket channel API implementation - recommended for a large number of connections (>= 1000). |
Uses of SocketChannelConfig in org.jboss.netty.channel.socket |
---|
Classes in org.jboss.netty.channel.socket that implement SocketChannelConfig | |
---|---|
class |
DefaultSocketChannelConfig
The default SocketChannelConfig implementation. |
Methods in org.jboss.netty.channel.socket that return SocketChannelConfig | |
---|---|
SocketChannelConfig |
SocketChannel.getConfig()
|
Uses of SocketChannelConfig in org.jboss.netty.channel.socket.http |
---|
Classes in org.jboss.netty.channel.socket.http that implement SocketChannelConfig | |
---|---|
class |
HttpTunnelingSocketChannelConfig
The ChannelConfig of a client-side HTTP tunneling
SocketChannel . |
Uses of SocketChannelConfig in org.jboss.netty.channel.socket.nio |
---|
Subinterfaces of SocketChannelConfig in org.jboss.netty.channel.socket.nio | |
---|---|
interface |
NioSocketChannelConfig
A SocketChannelConfig for a NIO TCP/IP SocketChannel . |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |