Uses of Interface
io.netty.channel.IoEvent
Packages that use IoEvent
Package
Description
The core channel API which is asynchronous and event-driven abstraction of
various transports such as a
NIO Channel.
Optimized transport for linux which uses EPOLL Edge-Triggered Mode
for maximal performance.
BSD specific transport.
NIO-based channel
API implementation - recommended for a large number of connections (>= 1000).
io_uring is a high I/O performance scalable interface for fully
asynchronous Linux syscalls.
-
Uses of IoEvent in io.netty.channel
Methods in io.netty.channel with parameters of type IoEventModifier and TypeMethodDescriptionvoidIoHandle.handle(IoRegistration registration, IoEvent ioEvent) Be called once there is something to handle. -
Uses of IoEvent in io.netty.channel.epoll
Subinterfaces of IoEvent in io.netty.channel.epollModifier and TypeInterfaceDescriptioninterfaceIoEventthat must be handled by theEpollIoHandle. -
Uses of IoEvent in io.netty.channel.kqueue
Classes in io.netty.channel.kqueue that implement IoEvent -
Uses of IoEvent in io.netty.channel.nio
Subinterfaces of IoEvent in io.netty.channel.nioMethods in io.netty.channel.nio with parameters of type IoEventModifier and TypeMethodDescriptionvoidAbstractNioChannel.AbstractNioUnsafe.handle(IoRegistration registration, IoEvent event) voidNioSelectableChannelIoHandle.handle(IoRegistration registration, IoEvent ioEvent) -
Uses of IoEvent in io.netty.channel.uring
Classes in io.netty.channel.uring that implement IoEventModifier and TypeClassDescriptionfinal classIoEventthat will be produced as an result of aIoUringIoOps.