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.ByteBufin Netty. -
Class Summary Class Description ByteBufAdaptor ByteBufAllocatorAdaptor ByteBufBuffer An implementation of theBufferinterface, that wraps aByteBuf.ByteBufMemoryManager This memory manager produce and manageBufferinstances that are backed byByteBufinstances.