Class PreferHeapByteBufAllocator

java.lang.Object
io.netty.channel.PreferHeapByteBufAllocator
All Implemented Interfaces:
ByteBufAllocator

@UnstableApi public final class PreferHeapByteBufAllocator extends Object implements ByteBufAllocator
Wraps another ByteBufAllocator and use heapbuffers everywhere except when a direct buffer is explicit requested.