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
ChannelFactory
which creates a client-sideSocketChannel
.A UDP/IPChannel
which is created byDatagramChannelFactory
.AChannelConfig
for aDatagramChannel
.AChannelFactory
which creates aDatagramChannel
.The defaultDatagramChannelConfig
implementation.The defaultServerSocketChannelConfig
implementation.The defaultSocketChannelConfig
implementation.Internet Protocol (IP) familiesA TCP/IPServerChannel
which accepts incoming TCP/IP connections.AChannelConfig
for aServerSocketChannel
.AChannelFactory
which creates aServerSocketChannel
.A TCP/IP socketChannel
which was either accepted byServerSocketChannel
or created byClientSocketChannelFactory
.AChannelConfig
for aSocketChannel
.AWorker
is responsible to dispatch IO operations