Java io.netty.channel FixedRecvByteBufAllocator fields, constructors, methods, implement or subclass

Example usage for Java io.netty.channel FixedRecvByteBufAllocator fields, constructors, methods, implement or subclass

Introduction

In this page you can find the methods, fields and constructors for io.netty.channel FixedRecvByteBufAllocator.

The text is from its open source code.

Constructor

FixedRecvByteBufAllocator(int bufferSize)
Creates a new predictor that always returns the same prediction of the specified buffer size.

Method