Package org.jboss.netty.channel.socket
package org.jboss.netty.channel.socket
Abstract TCP and UDP socket interfaces which extend the core channel API.
-
ClassDescriptionA
ChannelFactorywhich creates a client-sideSocketChannel.A UDP/IPChannelwhich is created byDatagramChannelFactory.AChannelConfigfor aDatagramChannel.AChannelFactorywhich creates aDatagramChannel.The defaultDatagramChannelConfigimplementation.The defaultServerSocketChannelConfigimplementation.The defaultSocketChannelConfigimplementation.Internet Protocol (IP) familiesA TCP/IPServerChannelwhich accepts incoming TCP/IP connections.AChannelConfigfor aServerSocketChannel.AChannelFactorywhich creates aServerSocketChannel.A TCP/IP socketChannelwhich was either accepted byServerSocketChannelor created byClientSocketChannelFactory.AChannelConfigfor aSocketChannel.AWorkeris responsible to dispatch IO operations