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 TypeClassDescriptionclassThe defaultSocketChannelConfigimplementation.classThe defaultServerSocketChannelConfigimplementation.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 ChannelConfigDefaultLocalServerChannel.channelConfigprivate final ChannelConfigDefaultLocalChannel.configMethods 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 TypeInterfaceDescriptioninterfaceAChannelConfigfor aDatagramChannel.interfaceAChannelConfigfor aServerSocketChannel.interfaceAChannelConfigfor aSocketChannel.Classes in org.jboss.netty.channel.socket that implement ChannelConfigModifier and TypeClassDescriptionclassThe defaultDatagramChannelConfigimplementation.classThe defaultServerSocketChannelConfigimplementation.classThe defaultSocketChannelConfigimplementation. -
Uses of ChannelConfig in org.jboss.netty.channel.socket.http
Classes in org.jboss.netty.channel.socket.http that implement ChannelConfigModifier and TypeClassDescriptionfinal classTheChannelConfigof 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 TypeInterfaceDescriptioninterfaceSpecialChannelConfigsub-type which offers extra methods which are useful for NIO.interfaceADatagramChannelConfigfor a NIO TCP/IPDatagramChannel.interfaceASocketChannelConfigfor a NIO TCP/IPSocketChannel.Classes in org.jboss.netty.channel.socket.nio that implement ChannelConfigModifier and TypeClassDescription(package private) classThe defaultNioSocketChannelConfigimplementation.(package private) classThe defaultNioSocketChannelConfigimplementation. -
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