| 软件包 | 描述 |
|---|---|
| io.netty.channel.nio |
基于
NIO的通道API实现 - 推荐用于大量连接(> = 1000)。
|
| io.netty.channel.socket.nio |
基于
NIO的套接字通道API实现 - 推荐用于大量连接(> = 1000)。
|
| Modifier and Type | Class and Description |
|---|---|
protected class |
AbstractNioByteChannel.NioByteUnsafe |
| Modifier and Type | Method and Description |
|---|---|
protected AbstractNioChannel.AbstractNioUnsafe |
AbstractNioMessageChannel.newUnsafe() |
protected AbstractNioChannel.AbstractNioUnsafe |
AbstractNioByteChannel.newUnsafe() |
| Modifier and Type | Method and Description |
|---|---|
protected AbstractNioChannel.AbstractNioUnsafe |
NioSocketChannel.newUnsafe() |
Copyright © 2008–2018 The Netty Project. All rights reserved.