| Package | Description | 
|---|---|
| io.netty.channel.epoll | Optimized transport for linux which uses EPOLL Edge-Triggered Mode
 for maximal performance. | 
| io.netty.channel.socket | Abstract TCP and UDP socket interfaces which extend the core channel API. | 
| io.netty.channel.socket.nio | NIO-based socket channel
 API implementation - recommended for a large number of connections (>= 1000). | 
| io.netty.channel.socket.oio | Old blocking I/O based socket channel API implementation - recommended for
 a small number of connections (< 1000). | 
| io.netty.channel.unix | Unix specific transport. | 
| Class and Description | 
|---|
| DatagramChannel A UDP/IP  Channel. | 
| DatagramChannelConfig A  ChannelConfigfor aDatagramChannel. | 
| DuplexChannel A duplex  Channelthat has two sides that can be shutdown independently. | 
| ServerSocketChannel A TCP/IP  ServerChannelwhich accepts incoming TCP/IP connections. | 
| ServerSocketChannelConfig A  ChannelConfigfor aServerSocketChannel. | 
| SocketChannel A TCP/IP socket  Channel. | 
| SocketChannelConfig A  ChannelConfigfor aSocketChannel. | 
| Class and Description | 
|---|
| DatagramChannel A UDP/IP  Channel. | 
| DatagramChannelConfig A  ChannelConfigfor aDatagramChannel. | 
| DuplexChannel A duplex  Channelthat has two sides that can be shutdown independently. | 
| InternetProtocolFamily Internet Protocol (IP) families used byte the  DatagramChannel | 
| ServerSocketChannel A TCP/IP  ServerChannelwhich accepts incoming TCP/IP connections. | 
| ServerSocketChannelConfig A  ChannelConfigfor aServerSocketChannel. | 
| SocketChannel A TCP/IP socket  Channel. | 
| SocketChannelConfig A  ChannelConfigfor aSocketChannel. | 
| Class and Description | 
|---|
| DatagramChannel A UDP/IP  Channel. | 
| DatagramChannelConfig A  ChannelConfigfor aDatagramChannel. | 
| DefaultServerSocketChannelConfig The default  ServerSocketChannelConfigimplementation. | 
| DefaultSocketChannelConfig The default  SocketChannelConfigimplementation. | 
| DuplexChannel A duplex  Channelthat has two sides that can be shutdown independently. | 
| ServerSocketChannel A TCP/IP  ServerChannelwhich accepts incoming TCP/IP connections. | 
| ServerSocketChannelConfig A  ChannelConfigfor aServerSocketChannel. | 
| SocketChannel A TCP/IP socket  Channel. | 
| SocketChannelConfig A  ChannelConfigfor aSocketChannel. | 
| Class and Description | 
|---|
| DuplexChannel A duplex  Channelthat has two sides that can be shutdown independently. | 
Copyright © 2008–2018 The Netty Project. All rights reserved.