Package io.netty.channel.epoll
Interface EpollIoEvent
-
- All Superinterfaces:
IoEvent
public interface EpollIoEvent extends IoEvent
IoEvent
that must be handled by theEpollIoHandle
.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description EpollIoOps
ops()
Returns theEpollIoOps
which did trigger theEpollIoEvent
.
-
-
-
Method Detail
-
ops
EpollIoOps ops()
Returns theEpollIoOps
which did trigger theEpollIoEvent
.- Returns:
- ops.
-
-