public final class XnioByteBufAllocator
extends io.netty.buffer.AbstractByteBufAllocator
ByteBufAllocator which wraps an existing ByteBufferSlicePool and use it to allocate direct
ByteBuf. If the requested ByteBuf is to big it will be allocated directly and not pooled at all.