Package | Description |
---|---|
io.netty.channel.epoll |
Optimized transport for linux which uses EPOLL Edge-Triggered Mode
for maximal performance.
|
Modifier and Type | Field and Description |
---|---|
private EpollEventArray |
EpollEventLoop.events |
Modifier and Type | Method and Description |
---|---|
static int |
Native.epollWait(int efd,
EpollEventArray events,
int timeout) |
private void |
EpollEventLoop.processReady(EpollEventArray events,
int ready) |