Uses of Class
io.netty.channel.kqueue.KQueueIoEvent
-
Packages that use KQueueIoEvent Package Description io.netty.channel.kqueue BSD specific transport. -
-
Uses of KQueueIoEvent in io.netty.channel.kqueue
Methods in io.netty.channel.kqueue that return KQueueIoEvent Modifier and Type Method Description static KQueueIoEvent
KQueueIoEvent. newEvent(int ident, short filter, short flags, int fflags)
Deprecated.static KQueueIoEvent
KQueueIoEvent. newEvent(int ident, short filter, short flags, int fflags, long data, long udata)
Creates a newKQueueIoEvent
.
-