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) class
AbstractIOUringServerChannel
(package private) class
AbstractIOUringStreamChannel
class
IOUringDatagramChannel
class
IOUringServerSocketChannel
class
IOUringSocketChannel
Fields 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. channels
Methods in io.netty.incubator.channel.uring that return AbstractIOUringChannel Modifier and Type Method Description AbstractIOUringChannel
AbstractIOUringServerChannel. getChannel()
Methods in io.netty.incubator.channel.uring with parameters of type AbstractIOUringChannel Modifier and Type Method Description (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 AbstractIOUringChannel Constructor Description IOUringDatagramChannelConfig(AbstractIOUringChannel channel)
-