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) classfinal classfinal classfinal classFields in io.netty.incubator.channel.uring with type parameters of type AbstractIOUringChannelModifier and TypeFieldDescriptionprivate final io.netty.util.collection.IntObjectMap<AbstractIOUringChannel> IOUringEventLoop.channelsMethods in io.netty.incubator.channel.uring that return AbstractIOUringChannelMethods in io.netty.incubator.channel.uring with parameters of type AbstractIOUringChannelModifier and TypeMethodDescription(package private) voidIOUringEventLoop.add(AbstractIOUringChannel ch) private voidIOUringEventLoop.handleConnect(AbstractIOUringChannel channel, int res) private voidIOUringEventLoop.handlePollAdd(AbstractIOUringChannel channel, int res, int pollMask) private voidIOUringEventLoop.handleRead(AbstractIOUringChannel channel, int res, int data) private voidIOUringEventLoop.handleWrite(AbstractIOUringChannel channel, int res, int data) (package private) voidIOUringEventLoop.remove(AbstractIOUringChannel ch) Constructors in io.netty.incubator.channel.uring with parameters of type AbstractIOUringChannelModifierConstructorDescription(package private)