Uses of Interface
io.netty.channel.IoEvent
-
Packages that use IoEvent Package Description io.netty.channel The core channel API which is asynchronous and event-driven abstraction of various transports such as a NIO Channel.io.netty.channel.nio NIO-based channel API implementation - recommended for a large number of connections (>= 1000). -
-
Uses of IoEvent in io.netty.channel
Methods in io.netty.channel with parameters of type IoEvent Modifier and Type Method Description voidIoHandle. handle(IoRegistration registration, IoEvent ioEvent)Be called once there is something to handle. -
Uses of IoEvent in io.netty.channel.nio
Subinterfaces of IoEvent in io.netty.channel.nio Modifier and Type Interface Description interfaceNioIoEventIoEventthat must be handled by theNioIoHandle.Methods in io.netty.channel.nio with parameters of type IoEvent Modifier and Type Method Description voidAbstractNioChannel.AbstractNioUnsafe. handle(IoRegistration registration, IoEvent event)voidNioSelectableChannelIoHandle. handle(IoRegistration registration, IoEvent ioEvent)
-