Example usage for Java io.netty.channel AdaptiveRecvByteBufAllocator fields, constructors, methods, implement or subclass
The text is from its open source code.
AdaptiveRecvByteBufAllocator | DEFAULT |
AdaptiveRecvByteBufAllocator(int minimum, int initial, int maximum) Creates a new predictor with the specified parameters. | |
AdaptiveRecvByteBufAllocator() Creates a new predictor with the default parameters. |