Java io.netty.buffer UnpooledByteBufAllocator fields, constructors, methods, implement or subclass

Example usage for Java io.netty.buffer UnpooledByteBufAllocator fields, constructors, methods, implement or subclass

Introduction

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

The text is from its open source code.

Field

UnpooledByteBufAllocatorDEFAULT
Default instance which uses leak-detection for direct buffers.

Constructor

UnpooledByteBufAllocator(boolean preferDirect, boolean disableLeakDetector)
Create a new instance
UnpooledByteBufAllocator(boolean preferDirect)
Create a new instance which uses leak-detection for direct buffers.

Method