Example usage for Java io.netty.buffer UnpooledByteBufAllocator fields, constructors, methods, implement or subclass
The text is from its open source code.
UnpooledByteBufAllocator | DEFAULT Default instance which uses leak-detection for direct buffers. |
UnpooledByteBufAllocator(boolean preferDirect, boolean disableLeakDetector) Create a new instance | |
UnpooledByteBufAllocator(boolean preferDirect) Create a new instance which uses leak-detection for direct buffers. |
ByteBuf | buffer(int initialCapacity) |