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.
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).
-
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.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.