| Package | Description | 
|---|---|
| io.netty.channel.epoll | Optimized transport for linux which uses EPOLL Edge-Triggered Mode
 for maximal performance. | 
| io.netty.channel.sctp | Abstract SCTP socket interfaces which extend the core channel API. | 
| io.netty.channel.socket | Abstract TCP and UDP socket interfaces which extend the core channel API. | 
| 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.udt | UDT Transport. | 
| Modifier and Type | Class and Description | 
|---|---|
| class  | EpollChannelConfig | 
| class  | EpollDatagramChannelConfig | 
| class  | EpollDomainSocketChannelConfig | 
| class  | EpollServerChannelConfig | 
| class  | EpollServerSocketChannelConfig | 
| class  | EpollSocketChannelConfig | 
| Modifier and Type | Class and Description | 
|---|---|
| class  | DefaultSctpChannelConfigThe default  SctpChannelConfigimplementation for SCTP. | 
| class  | DefaultSctpServerChannelConfigThe default  SctpServerChannelConfigimplementation for SCTP. | 
| Modifier and Type | Class and Description | 
|---|---|
| class  | DefaultDatagramChannelConfigThe default  DatagramChannelConfigimplementation. | 
| class  | DefaultServerSocketChannelConfigThe default  ServerSocketChannelConfigimplementation. | 
| class  | DefaultSocketChannelConfigThe default  SocketChannelConfigimplementation. | 
| Modifier and Type | Class and Description | 
|---|---|
| class  | DefaultOioServerSocketChannelConfigDefault  OioServerSocketChannelConfigimplementation | 
| class  | DefaultOioSocketChannelConfigDefault  OioSocketChannelConfigimplementation | 
| Modifier and Type | Class and Description | 
|---|---|
| class  | DefaultUdtChannelConfigThe default  UdtChannelConfigimplementation. | 
| class  | DefaultUdtServerChannelConfigThe default  UdtServerChannelConfigimplementation. | 
Copyright © 2008–2015 The Netty Project. All rights reserved.