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