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 IOUringRecvByteAllocatorHandleAbstractIOUringChannel.AbstractUringUnsafe.allocHandleMethods in io.netty.incubator.channel.uring that return IOUringRecvByteAllocatorHandleModifier and TypeMethodDescription(package private) final IOUringRecvByteAllocatorHandleAbstractIOUringChannel.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 voidAbstractIOUringStreamChannel.IOUringStreamUnsafe.handleReadException(io.netty.channel.ChannelPipeline pipeline, io.netty.buffer.ByteBuf byteBuf, Throwable cause, boolean close, IOUringRecvByteAllocatorHandle allocHandle) private voidIOUringDatagramChannel.IOUringDatagramChannelUnsafe.readComplete(io.netty.channel.ChannelPipeline pipeline, IOUringRecvByteAllocatorHandle allocHandle, io.netty.buffer.ByteBuf byteBuf, int res) private voidIOUringDatagramChannel.IOUringDatagramChannelUnsafe.recvmsgComplete(io.netty.channel.ChannelPipeline pipeline, IOUringRecvByteAllocatorHandle allocHandle, io.netty.buffer.ByteBuf byteBuf, int res, int idx, int outstanding)