Uses of Class
io.netty5.buffer.api.adaptor.ByteBufAllocatorAdaptor
-
Packages that use ByteBufAllocatorAdaptor Package Description io.netty5.buffer.api.adaptor Helpers for integrating with the existingByteBuf
API.io.netty5.buffer.api.internal Internal implementation details that can be shared among Buffer implementations. -
-
Uses of ByteBufAllocatorAdaptor in io.netty5.buffer.api.adaptor
Fields in io.netty5.buffer.api.adaptor declared as ByteBufAllocatorAdaptor Modifier and Type Field Description static ByteBufAllocatorAdaptor
ByteBufAllocatorAdaptor. DEFAULT_INSTANCE
Constructors in io.netty5.buffer.api.adaptor with parameters of type ByteBufAllocatorAdaptor Constructor Description ByteBufAdaptor(ByteBufAllocatorAdaptor alloc, Buffer buffer, int maxCapacity)
-
Uses of ByteBufAllocatorAdaptor in io.netty5.buffer.api.internal
Methods in io.netty5.buffer.api.internal with parameters of type ByteBufAllocatorAdaptor Modifier and Type Method Description ByteBuf
AdaptableBuffer. initialise(ByteBufAllocatorAdaptor alloc, int maxCapacity)
-