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