Module io.netty5.buffer
Package io.netty5.buffer.api.adaptor
Helpers for integrating with the existing
io.netty5.buffer.ByteBuf
API.-
Interface Summary Interface Description BufferIntegratable Interfaces that are required for an object to stand-in for aio.netty5.buffer.ByteBuf
in Netty. -
Class Summary Class Description ByteBufAdaptor ByteBufAllocatorAdaptor ByteBufBuffer An implementation of theBuffer
interface, that wraps aByteBuf
.ByteBufMemoryManager This memory manager produce and manageBuffer
instances that are backed byByteBuf
instances.