| Package | Description | 
|---|---|
| io.netty.channel.sctp.nio | NIO-based SCTP Channel
 API implementation - recommended for a large number of connections (>= 1000). | 
| io.netty.channel.socket.nio | NIO-based socket channel
 API implementation - recommended for a large number of connections (>= 1000). | 
| io.netty.channel.udt.nio | UDT Transport for NIO Channels. | 
| Modifier and Type | Class and Description | 
|---|---|
| class  | NioSctpChannelSctpChannelimplementation which use non-blocking mode and allows to read /
 writeSctpMessages to the underlyingSctpChannel. | 
| class  | NioSctpServerChannelSctpServerChannelimplementation which use non-blocking mode to accept new
 connections and create theNioSctpChannelfor them. | 
| Modifier and Type | Class and Description | 
|---|---|
| class  | NioDatagramChannelAn NIO datagram  Channelthat sends and receives anAddressedEnvelope. | 
| class  | NioServerSocketChannelA  ServerSocketChannelimplementation which uses
 NIO selector based implementation to accept new connections. | 
| Modifier and Type | Class and Description | 
|---|---|
| class  | NioUdtAcceptorChannelCommon base for Netty Byte/Message UDT Stream/Datagram acceptors. | 
| class  | NioUdtByteAcceptorChannelByte Channel Acceptor for UDT Streams. | 
| class  | NioUdtMessageAcceptorChannelMessage Channel Acceptor for UDT Datagrams. | 
| class  | NioUdtMessageConnectorChannelMessage Connector for UDT Datagrams. | 
| class  | NioUdtMessageRendezvousChannelMessage Rendezvous for UDT Datagrams. | 
Copyright © 2008–2015 The Netty Project. All rights reserved.