| Package | Description |
|---|---|
| io.netty.channel.socket.aio |
NIO2-based socket 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.socket.oio |
Old blocking I/O based socket channel API implementation - recommended for
a small number of connections (< 1000).
|
| Modifier and Type | Class and Description |
|---|---|
class |
AioSocketChannel |
| Modifier and Type | Class and Description |
|---|---|
class |
NioSocketChannel |
| Modifier and Type | Class and Description |
|---|---|
class |
OioSocketChannel |
Copyright © 2008-2012 The Netty Project. All Rights Reserved.