netty5/buffer/src
Norman Maurer 9d56439aa1 Make UnpooledDirectByteBuf, UnpooledHeapByteBuf and UnpooledUnsafeDirectByteBuf constructors public.
Motivation:

The constrcutors a protected atm but the classes are public. We should make the constructors public as well to make it easier to write your own ByteBufAllocator.

Modifications:

Change constructors to be public and add some javadocs.

Result:

Easier to create own ByteBufAllocator.
2017-09-18 21:42:46 -07:00
..
main/java/io/netty/buffer Make UnpooledDirectByteBuf, UnpooledHeapByteBuf and UnpooledUnsafeDirectByteBuf constructors public. 2017-09-18 21:42:46 -07:00
test/java/io/netty/buffer Enable PooledByteBufAllocator to work, event without a cache 2017-09-08 10:20:45 +02:00