Uses of Interface
org.jboss.netty.channel.ChannelConfig
Packages that use ChannelConfig
Package
Description
The core channel API which is asynchronous and event-driven abstraction of
various transports such as a
NIO Channel.
A virtual transport that enables the communication between the two
parties in the same virtual machine.
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).
A helper that wraps an encoder or a decoder so that they can be used without
doing actual I/O in unit tests or higher level codecs.
-
Uses of ChannelConfig in org.jboss.netty.channel
Classes in org.jboss.netty.channel that implement ChannelConfigModifier and TypeClassDescriptionclass
The defaultSocketChannelConfig
implementation.class
The defaultServerSocketChannelConfig
implementation.Methods in org.jboss.netty.channel that return ChannelConfig -
Uses of ChannelConfig in org.jboss.netty.channel.local
Fields in org.jboss.netty.channel.local declared as ChannelConfigModifier and TypeFieldDescription(package private) final ChannelConfig
DefaultLocalServerChannel.channelConfig
private final ChannelConfig
DefaultLocalChannel.config
Methods in org.jboss.netty.channel.local that return ChannelConfig -
Uses of ChannelConfig in org.jboss.netty.channel.socket
Subinterfaces of ChannelConfig in org.jboss.netty.channel.socketModifier and TypeInterfaceDescriptioninterface
AChannelConfig
for aDatagramChannel
.interface
AChannelConfig
for aServerSocketChannel
.interface
AChannelConfig
for aSocketChannel
.Classes in org.jboss.netty.channel.socket that implement ChannelConfigModifier and TypeClassDescriptionclass
The defaultDatagramChannelConfig
implementation.class
The defaultServerSocketChannelConfig
implementation.class
The defaultSocketChannelConfig
implementation. -
Uses of ChannelConfig in org.jboss.netty.channel.socket.http
Classes in org.jboss.netty.channel.socket.http that implement ChannelConfigModifier and TypeClassDescriptionfinal class
TheChannelConfig
of a client-side HTTP tunnelingSocketChannel
. -
Uses of ChannelConfig in org.jboss.netty.channel.socket.nio
Subinterfaces of ChannelConfig in org.jboss.netty.channel.socket.nioModifier and TypeInterfaceDescriptioninterface
SpecialChannelConfig
sub-type which offers extra methods which are useful for NIO.interface
ADatagramChannelConfig
for a NIO TCP/IPDatagramChannel
.interface
ASocketChannelConfig
for a NIO TCP/IPSocketChannel
.Classes in org.jboss.netty.channel.socket.nio that implement ChannelConfigModifier and TypeClassDescription(package private) class
The defaultNioSocketChannelConfig
implementation.(package private) class
The defaultNioSocketChannelConfig
implementation. -
Uses of ChannelConfig in org.jboss.netty.handler.codec.embedder
Fields in org.jboss.netty.handler.codec.embedder declared as ChannelConfigMethods in org.jboss.netty.handler.codec.embedder that return ChannelConfig