JavaScript is disabled on your browser.
Skip navigation links
Overview
Class
Use
Tree
Deprecated
Index
Search
Help
Select Theme
Light
Dark
System Setting
io.netty.channel
IoEvent
Contents
Description
Hide sidebar
Show sidebar
Interface IoEvent
All Known Subinterfaces:
EpollIoEvent
,
NioIoEvent
All Known Implementing Classes:
IoUringIoEvent
,
KQueueIoEvent
public interface
IoEvent
An IO event that is dispatched to an
IoHandle
as a result of a previous submitted
IoOps
. Concrete
IoHandle
implementations support different concrete
IoEvent
implementations.