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

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

Introduction

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

The text is from its open source code.

Field

AdaptiveRecvByteBufAllocatorDEFAULT

Constructor

AdaptiveRecvByteBufAllocator(int minimum, int initial, int maximum)
Creates a new predictor with the specified parameters.
AdaptiveRecvByteBufAllocator()
Creates a new predictor with the default parameters.