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 IOUringRecvByteAllocatorHandle Modifier and Type Field Description private IOUringRecvByteAllocatorHandleAbstractIOUringChannel.AbstractUringUnsafe. allocHandleMethods in io.netty.incubator.channel.uring that return IOUringRecvByteAllocatorHandle Modifier and Type Method Description (package private) IOUringRecvByteAllocatorHandleAbstractIOUringChannel.AbstractUringUnsafe. newIOUringHandle(io.netty.channel.RecvByteBufAllocator.ExtendedHandle handle)IOUringRecvByteAllocatorHandleAbstractIOUringChannel.AbstractUringUnsafe. recvBufAllocHandle()Methods in io.netty.incubator.channel.uring with parameters of type IOUringRecvByteAllocatorHandle Modifier and Type Method Description private voidAbstractIOUringStreamChannel.IOUringStreamUnsafe. handleReadException(io.netty.channel.ChannelPipeline pipeline, io.netty.buffer.ByteBuf byteBuf, java.lang.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)
-