See: Description

| Interface | Description | 
|---|---|
| ClientSocketChannelFactory | A  ChannelFactorywhich creates a client-sideSocketChannel. | 
| DatagramChannel | A UDP/IP  Channelwhich is created byDatagramChannelFactory. | 
| DatagramChannelConfig | A  ChannelConfigfor aDatagramChannel. | 
| DatagramChannelFactory | A  ChannelFactorywhich creates aDatagramChannel. | 
| ServerSocketChannel | A TCP/IP  ServerChannelwhich accepts incoming TCP/IP connections. | 
| ServerSocketChannelConfig | A  ChannelConfigfor aServerSocketChannel. | 
| ServerSocketChannelFactory | A  ChannelFactorywhich creates aServerSocketChannel. | 
| SocketChannel | A TCP/IP socket  Channelwhich was either accepted byServerSocketChannelor created byClientSocketChannelFactory. | 
| SocketChannelConfig | A  ChannelConfigfor aSocketChannel. | 
| Worker | A  Workeris responsible to dispatch IO operations | 
| Class | Description | 
|---|---|
| ChannelRunnableWrapper | |
| DefaultDatagramChannelConfig | The default  DatagramChannelConfigimplementation. | 
| DefaultServerSocketChannelConfig | The default  ServerSocketChannelConfigimplementation. | 
| DefaultSocketChannelConfig | The default  SocketChannelConfigimplementation. | 
| Enum | Description | 
|---|---|
| InternetProtocolFamily | Internet Protocol (IP) families | 
Copyright © 2008-2014 The Netty Project. All Rights Reserved.