Example usage for io.netty.buffer AbstractByteBufAllocator subclass-usage

List of usage examples for io.netty.buffer AbstractByteBufAllocator subclass-usage

Introduction

In this page you can find the example usage for io.netty.buffer AbstractByteBufAllocator subclass-usage.

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);