Uses of Class
io.netty.channel.epoll.EpollEventArray
Packages that use EpollEventArray
Package
Description
Optimized transport for linux which uses EPOLL Edge-Triggered Mode
for maximal performance.
-
Uses of EpollEventArray in io.netty.channel.epoll
Methods in io.netty.channel.epoll with parameters of type EpollEventArrayModifier and TypeMethodDescriptionstatic intNative.epollBusyWait(FileDescriptor epollFd, EpollEventArray events) Non-blocking variant ofNative.epollWait(FileDescriptor, EpollEventArray, FileDescriptor, int, int)that will also hint to processor we are in a busy-wait loop.static intNative.epollWait(FileDescriptor epollFd, EpollEventArray events, FileDescriptor timerFd, int timeoutSec, int timeoutNs) Deprecated.this method is no longer supported.