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
Deprecated.
The UDT transport is no longer maintained and will be removed.
|
class |
NioUdtByteRendezvousChannel
Deprecated.
The UDT transport is no longer maintained and will be removed.
|
Copyright © 2008–2017 The Netty Project. All rights reserved.