Package io.netty.channel
Interface IoOps
-
- All Known Implementing Classes:
EpollIoOps
,IoUringIoOps
,KQueueIoOps
,LocalIoOps
,NioIoOps
public interface IoOps
An IO op that can be submitted to anIoRegistration
viaIoRegistration.submit(IoOps)
. // * These submittedIoOps
will result inIoEvent
s on the relatedIoHandle
. ConcreteIoRegistration
implementations support different concreteIoOps
implementations and will so also "produce" concreteIoEvent
s.