Uses of Interface
org.jboss.netty.channel.socket.SocketChannelConfig
Packages that use SocketChannelConfig
Package
Description
Abstract TCP and UDP socket interfaces which extend the core channel API.
An HTTP-based client-side
SocketChannel
and its corresponding server-side Servlet implementation that make your
existing server application work in a firewalled network.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 SocketChannelConfig in org.jboss.netty.channel.socket
Classes in org.jboss.netty.channel.socket that implement SocketChannelConfigMethods in org.jboss.netty.channel.socket that return SocketChannelConfig -
Uses of SocketChannelConfig in org.jboss.netty.channel.socket.http
Classes in org.jboss.netty.channel.socket.http that implement SocketChannelConfigModifier and TypeClassDescriptionfinal class
TheChannelConfig
of a client-side HTTP tunnelingSocketChannel
. -
Uses of SocketChannelConfig in org.jboss.netty.channel.socket.nio
Subinterfaces of SocketChannelConfig in org.jboss.netty.channel.socket.nioModifier and TypeInterfaceDescriptioninterface
ASocketChannelConfig
for a NIO TCP/IPSocketChannel
.Classes in org.jboss.netty.channel.socket.nio that implement SocketChannelConfigModifier and TypeClassDescription(package private) class
The defaultNioSocketChannelConfig
implementation. -
Uses of SocketChannelConfig in org.jboss.netty.channel.socket.oio
Fields in org.jboss.netty.channel.socket.oio declared as SocketChannelConfigMethods in org.jboss.netty.channel.socket.oio that return SocketChannelConfig