Package io.netty.channel
Interface IoOps
-
- All Known Implementing Classes:
EpollIoOps,IoUringIoOps,KQueueIoOps,LocalIoOps,NioIoOps
public interface IoOpsAn IO op that can be submitted to anIoRegistrationviaIoRegistration.submit(IoOps). // * These submittedIoOpswill result inIoEvents on the relatedIoHandle. ConcreteIoRegistrationimplementations support different concreteIoOpsimplementations and will so also "produce" concreteIoEvents.