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.uring Modifier and Type Class Description (package private) classAbstractIOUringServerChannel(package private) classAbstractIOUringStreamChannelclassIOUringDatagramChannelclassIOUringServerSocketChannelclassIOUringSocketChannelFields in io.netty.incubator.channel.uring with type parameters of type AbstractIOUringChannel Modifier and Type Field Description private io.netty.util.collection.IntObjectMap<AbstractIOUringChannel>IOUringEventLoop. channelsMethods in io.netty.incubator.channel.uring that return AbstractIOUringChannel Modifier and Type Method Description AbstractIOUringChannelAbstractIOUringServerChannel. getChannel()Methods in io.netty.incubator.channel.uring with parameters of type AbstractIOUringChannel Modifier and Type Method Description (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 AbstractIOUringChannel Constructor Description IOUringDatagramChannelConfig(AbstractIOUringChannel channel)
-