| Package | Description |
|---|---|
| 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 |
NioSocketChannel
SocketChannel which uses NIO selector based implementation. |
| Modifier and Type | Class and Description |
|---|---|
class |
NioUdtByteConnectorChannel
Byte Channel Connector for UDT Streams.
|
class |
NioUdtByteRendezvousChannel
Byte Channel Rendezvous for UDT Streams.
|
Copyright © 2008–2015 The Netty Project. All rights reserved.