Package | Description |
---|---|
io.netty.channel.nio |
NIO-based channel
API implementation - recommended for a large number of connections (>= 1000).
|
Modifier and Type | Method and Description |
---|---|
void |
NioEventLoop.register(SelectableChannel ch,
int interestOps,
NioTask<?> task)
Registers an arbitrary
SelectableChannel , not necessarily created by Netty, to the Selector
of this event loop. |
Copyright © 2008–2017 The Netty Project. All rights reserved.