Package | Description |
---|---|
io.netty.channel |
The core channel API which is asynchronous and event-driven abstraction of
various transports such as a
NIO Channel.
|
io.netty.channel.epoll |
Optimized transport for linux which uses EPOLL Edge-Triggered Mode
for maximal performance.
|
io.netty.channel.nio |
NIO-based channel
API implementation - recommended for a large number of connections (>= 1000).
|
Modifier and Type | Method and Description |
---|---|
int |
DefaultSelectStrategy.calculateStrategy(IntSupplier selectSupplier,
boolean hasTasks) |
int |
SelectStrategy.calculateStrategy(IntSupplier selectSupplier,
boolean hasTasks)
The
SelectStrategy can be used to steer the outcome of a potential select
call. |
Modifier and Type | Field and Description |
---|---|
private IntSupplier |
EpollEventLoop.selectNowSupplier |
Modifier and Type | Field and Description |
---|---|
private IntSupplier |
NioEventLoop.selectNowSupplier |