Class AbstractByteBufAllocator

java.lang.Object
io.netty.buffer.AbstractByteBufAllocator
All Implemented Interfaces:
ByteBufAllocator
Direct Known Subclasses:
AdaptiveByteBufAllocator, PooledByteBufAllocator, UnpooledByteBufAllocator

public abstract class AbstractByteBufAllocator extends Object implements ByteBufAllocator
Skeletal ByteBufAllocator implementation to extend.