Package org.jboss.netty.channel.socket
Abstract TCP and UDP socket interfaces which extend the core channel API.
-
Interface Summary Interface Description ClientSocketChannelFactory AChannelFactorywhich creates a client-sideSocketChannel.DatagramChannel A UDP/IPChannelwhich is created byDatagramChannelFactory.DatagramChannelConfig AChannelConfigfor aDatagramChannel.DatagramChannelFactory AChannelFactorywhich creates aDatagramChannel.ServerSocketChannel A TCP/IPServerChannelwhich accepts incoming TCP/IP connections.ServerSocketChannelConfig AChannelConfigfor aServerSocketChannel.ServerSocketChannelFactory AChannelFactorywhich creates aServerSocketChannel.SocketChannel A TCP/IP socketChannelwhich was either accepted byServerSocketChannelor created byClientSocketChannelFactory.SocketChannelConfig AChannelConfigfor aSocketChannel.Worker AWorkeris responsible to dispatch IO operations -
Class Summary Class Description ChannelRunnableWrapper DefaultDatagramChannelConfig The defaultDatagramChannelConfigimplementation.DefaultServerSocketChannelConfig The defaultServerSocketChannelConfigimplementation.DefaultSocketChannelConfig The defaultSocketChannelConfigimplementation. -
Enum Summary Enum Description InternetProtocolFamily Internet Protocol (IP) families