| Package | Description |
|---|---|
| io.netty.channel.socket.nio |
NIO-based socket channel
API implementation - recommended for a large number of connections (>= 1000).
|
| Class and Description |
|---|
| AbstractNioChannel |
| AbstractNioChannel.NioUnsafe |
| NioTask
An arbitrary task that can be executed by
NioEventLoop when a SelectableChannel becomes ready. |
Copyright © 2008-2012 The Netty Project. All Rights Reserved.