软件包 | 描述 |
---|---|
io.netty.channel.nio |
基于
NIO的通道API实现 - 推荐用于大量连接(> = 1000)。
|
Modifier and Type | Method and Description |
---|---|
void |
NioEventLoop.register(java.nio.channels.SelectableChannel ch, int interestOps, NioTask<?> task)
将任意
SelectableChannel (不一定由Netty创建)注册到此事件循环的
Selector 。
|
Copyright © 2008–2018 The Netty Project. All rights reserved.