Package org.jboss.netty.channel.socket
Abstract TCP and UDP socket interfaces which extend the core channel API.
-
Interface Summary Interface Description ClientSocketChannelFactory AChannelFactory
which creates a client-sideSocketChannel
.DatagramChannel A UDP/IPChannel
which is created byDatagramChannelFactory
.DatagramChannelConfig AChannelConfig
for aDatagramChannel
.DatagramChannelFactory AChannelFactory
which creates aDatagramChannel
.ServerSocketChannel A TCP/IPServerChannel
which accepts incoming TCP/IP connections.ServerSocketChannelConfig AChannelConfig
for aServerSocketChannel
.ServerSocketChannelFactory AChannelFactory
which creates aServerSocketChannel
.SocketChannel A TCP/IP socketChannel
which was either accepted byServerSocketChannel
or created byClientSocketChannelFactory
.SocketChannelConfig AChannelConfig
for aSocketChannel
.Worker AWorker
is responsible to dispatch IO operations -
Class Summary Class Description ChannelRunnableWrapper DefaultDatagramChannelConfig The defaultDatagramChannelConfig
implementation.DefaultServerSocketChannelConfig The defaultServerSocketChannelConfig
implementation.DefaultSocketChannelConfig The defaultSocketChannelConfig
implementation. -
Enum Summary Enum Description InternetProtocolFamily Internet Protocol (IP) families