Uses of Class
io.netty.channel.epoll.EpollEventArray
-
-
Uses of EpollEventArray in io.netty.channel.epoll
Methods in io.netty.channel.epoll with parameters of type EpollEventArray Modifier and Type Method Description static intNative. epollBusyWait(io.netty.channel.unix.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(io.netty.channel.unix.FileDescriptor epollFd, EpollEventArray events, io.netty.channel.unix.FileDescriptor timerFd, int timeoutSec, int timeoutNs)Deprecated.this method is no longer supported.
-