Uses of Interface
org.jboss.netty.channel.ChannelConfig

Packages that use ChannelConfig
org.jboss.netty.channel The core channel API which is asynchronous and event-driven abstraction of various transports such as a NIO Channel
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 ChannelConfig in org.jboss.netty.channel
 

Classes in org.jboss.netty.channel that implement ChannelConfig
 class DefaultChannelConfig
          The default SocketChannelConfig implementation.
 class DefaultServerChannelConfig
          The default ServerSocketChannelConfig implementation.
 

Methods in org.jboss.netty.channel that return ChannelConfig
 ChannelConfig Channel.getConfig()
          Returns the configuration of this channel.
 

Uses of ChannelConfig in org.jboss.netty.channel.socket
 

Subinterfaces of ChannelConfig in org.jboss.netty.channel.socket
 interface DatagramChannelConfig
          A ChannelConfig for a DatagramChannel.
 interface ServerSocketChannelConfig
          A ChannelConfig for a ServerSocketChannel.
 interface SocketChannelConfig
          A ChannelConfig for a SocketChannel.
 

Classes in org.jboss.netty.channel.socket that implement ChannelConfig
 class DefaultDatagramChannelConfig
          The default DatagramChannelConfig implementation.
 class DefaultServerSocketChannelConfig
          The default ServerSocketChannelConfig implementation.
 class DefaultSocketChannelConfig
          The default SocketChannelConfig implementation.
 

Uses of ChannelConfig in org.jboss.netty.channel.socket.http
 

Classes in org.jboss.netty.channel.socket.http that implement ChannelConfig
 class HttpTunnelingSocketChannelConfig
          The ChannelConfig of a client-side HTTP tunneling SocketChannel.
 

Uses of ChannelConfig in org.jboss.netty.channel.socket.nio
 

Subinterfaces of ChannelConfig in org.jboss.netty.channel.socket.nio
 interface NioDatagramChannelConfig
          A DatagramChannelConfig for a NIO TCP/IP DatagramChannel.
 interface NioSocketChannelConfig
          A SocketChannelConfig for a NIO TCP/IP SocketChannel.
 



Copyright © 2008-2011 JBoss, a division of Red Hat, Inc.. All Rights Reserved.