Uses of Package
io.netty5.buffer.api.adaptor
-
Packages that use io.netty5.buffer.api.adaptor Package Description io.netty5.buffer.api.adaptor Helpers for integrating with the existingio.netty5.buffer.ByteBuf
API.io.netty5.buffer.api.internal Internal implementation details that can be shared among Buffer implementations. -
Classes in io.netty5.buffer.api.adaptor used by io.netty5.buffer.api.adaptor Class Description ByteBufAllocatorAdaptor ByteBufBuffer An implementation of theBuffer
interface, that wraps aByteBuf
. -
Classes in io.netty5.buffer.api.adaptor used by io.netty5.buffer.api.internal Class Description BufferIntegratable Interfaces that are required for an object to stand-in for aio.netty5.buffer.ByteBuf
in Netty.ByteBufAllocatorAdaptor