Package | Description |
---|---|
io.netty.channel.epoll |
Optimized transport for linux which uses EPOLL Edge-Triggered Mode
for maximal performance.
|
Modifier and Type | Method and Description |
---|---|
static int |
Native.epollBusyWait(FileDescriptor epollFd,
EpollEventArray events)
Non-blocking variant of
Native.epollWait(FileDescriptor, EpollEventArray, FileDescriptor, int, int)
that will also hint to processor we are in a busy-wait loop. |
static int |
Native.epollWait(FileDescriptor epollFd,
EpollEventArray events,
FileDescriptor timerFd,
int timeoutSec,
int timeoutNs)
Deprecated.
this method is no longer supported. This functionality is internal to this package.
|
Copyright © 2008–2024 The Netty Project. All rights reserved.