netty5/buffer/src
Idel Pivnitskiy b5ff56b6ee Make UnpooledUnsafeHeapByteBuf class public (#9184)
Motivation:

1. Users will be able to use an optimized version of
`UnpooledHeapByteBuf` and override behavior of methods if required.
2. Consistency with `UnpooledDirectByteBuf`, `UnpooledHeapByteBuf`, and
`UnpooledUnsafeDirectByteBuf`.

Modifications:

- Add `public` access modifier to `UnpooledUnsafeHeapByteBuf` class and
ctor;

Result:

Public access for optimized version of `UnpooledHeapByteBuf`.
2019-05-31 07:04:52 +02:00
..
main/java/io/netty/buffer Make UnpooledUnsafeHeapByteBuf class public (#9184) 2019-05-31 07:04:52 +02:00
test/java/io/netty/buffer Introduce ByteBuf.maxFastWritableBytes() method (#9086) 2019-05-22 20:11:56 +02:00