netty5/buffer
Trustin Lee a218eb6f6f Allow to disable only heap or direct buffer pool
- Fixes #1315

If a user specifies the arena size of 0, the pool is now disabled
instead of raising an IllegalArgumentException. Using this, you can
disable only heap or direct buffer pool easily. Once disabled,
PooledByteBufAllocator will delegate the allocation request to
UnpooledByteBufAllocator.
2013-04-27 08:55:16 +09:00
..
src Allow to disable only heap or direct buffer pool 2013-04-27 08:55:16 +09:00
pom.xml Fix version numbering 2013-03-25 08:01:11 +01:00