Class UnpooledByteBufAllocator

java.lang.Object
io.netty.buffer.AbstractByteBufAllocator
io.netty.buffer.UnpooledByteBufAllocator
All Implemented Interfaces:
ByteBufAllocator, ByteBufAllocatorMetricProvider

public final class UnpooledByteBufAllocator extends AbstractByteBufAllocator implements ByteBufAllocatorMetricProvider
Simplistic ByteBufAllocator implementation that does not pool anything.