List of usage examples for io.netty.buffer AbstractByteBufAllocator subclass-usage
From source file org.apache.bookkeeper.common.allocator.impl.ByteBufAllocatorImpl.java
/** * Implementation of {@link ByteBufAllocator}. */ public class ByteBufAllocatorImpl extends AbstractByteBufAllocator implements ByteBufAllocator { private static final Logger log = LoggerFactory.getLogger(ByteBufAllocatorImpl.class);