Package io.netty.channel.nio
Interface NioIoEvent
-
- All Superinterfaces:
IoEvent
public interface NioIoEvent extends IoEvent
IoEvent
that must be handled by theNioIoHandle
.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description NioIoOps
ops()
Returns theNioIoOps
which did trigger theNioIoEvent
.
-
-
-
Method Detail
-
ops
NioIoOps ops()
Returns theNioIoOps
which did trigger theNioIoEvent
.- Returns:
- ops.
-
-