netty5/buffer/src
Carl Mastrangelo 003c8cc7ab Expose all defaults on PooledByteBufAllocator
Motivation:
Most, but not all defaults are statically exposed on
PooledByteBufAllocator.  This makes it cumbersome to make a custom
allocator where most of the defaults remain the same.

Modification:
Expose useCacheForAllThreads, and Direct preferred.  The latter is
needed because it is under the internal package, and public code
should probably not depend on it.

Result:
More customizeable allocators
2017-09-20 21:48:53 -07:00
..
main/java/io/netty/buffer Expose all defaults on PooledByteBufAllocator 2017-09-20 21:48:53 -07:00
test/java/io/netty/buffer Enable PooledByteBufAllocator to work, event without a cache 2017-09-08 10:20:45 +02:00