Uses of Class
io.netty.incubator.channel.uring.IOUringRecvByteAllocatorHandle
-
Uses of IOUringRecvByteAllocatorHandle in io.netty.incubator.channel.uring
Fields in io.netty.incubator.channel.uring declared as IOUringRecvByteAllocatorHandleModifier and TypeFieldDescriptionprivate IOUringRecvByteAllocatorHandle
AbstractIOUringChannel.AbstractUringUnsafe.allocHandle
Methods in io.netty.incubator.channel.uring that return IOUringRecvByteAllocatorHandleModifier and TypeMethodDescription(package private) final IOUringRecvByteAllocatorHandle
AbstractIOUringChannel.AbstractUringUnsafe.newIOUringHandle
(io.netty.channel.RecvByteBufAllocator.ExtendedHandle handle) AbstractIOUringChannel.AbstractUringUnsafe.recvBufAllocHandle()
Methods in io.netty.incubator.channel.uring with parameters of type IOUringRecvByteAllocatorHandleModifier and TypeMethodDescriptionprivate void
AbstractIOUringStreamChannel.IOUringStreamUnsafe.handleReadException
(io.netty.channel.ChannelPipeline pipeline, io.netty.buffer.ByteBuf byteBuf, Throwable cause, boolean close, IOUringRecvByteAllocatorHandle allocHandle) private void
IOUringDatagramChannel.IOUringDatagramChannelUnsafe.readComplete
(io.netty.channel.ChannelPipeline pipeline, IOUringRecvByteAllocatorHandle allocHandle, io.netty.buffer.ByteBuf byteBuf, int res) private void
IOUringDatagramChannel.IOUringDatagramChannelUnsafe.recvmsgComplete
(io.netty.channel.ChannelPipeline pipeline, IOUringRecvByteAllocatorHandle allocHandle, io.netty.buffer.ByteBuf byteBuf, int res, int idx, int outstanding)