Uses of Class
io.netty.incubator.channel.uring.AbstractIOUringChannel
-
Uses of AbstractIOUringChannel in io.netty.incubator.channel.uring
Subclasses of AbstractIOUringChannel in io.netty.incubator.channel.uringModifier and TypeClassDescription(package private) class
(package private) class
final class
final class
final class
Fields in io.netty.incubator.channel.uring with type parameters of type AbstractIOUringChannelModifier and TypeFieldDescriptionprivate final io.netty.util.collection.IntObjectMap
<AbstractIOUringChannel> IOUringEventLoop.channels
Methods in io.netty.incubator.channel.uring that return AbstractIOUringChannelMethods in io.netty.incubator.channel.uring with parameters of type AbstractIOUringChannelModifier and TypeMethodDescription(package private) void
IOUringEventLoop.add
(AbstractIOUringChannel ch) private void
IOUringEventLoop.handleConnect
(AbstractIOUringChannel channel, int res) private void
IOUringEventLoop.handlePollAdd
(AbstractIOUringChannel channel, int res, int pollMask) private void
IOUringEventLoop.handleRead
(AbstractIOUringChannel channel, int res, int data) private void
IOUringEventLoop.handleWrite
(AbstractIOUringChannel channel, int res, int data) (package private) void
IOUringEventLoop.remove
(AbstractIOUringChannel ch) Constructors in io.netty.incubator.channel.uring with parameters of type AbstractIOUringChannelModifierConstructorDescription(package private)