netty5/handler
Norman Maurer 76043bc8c8 Make use of an array to store FastThreadLocals and so allow to also use it in PooledByteBufAllocator that is instanced by users.
Motivation:
Allow to make use of our new FastThreadLocal whereever possible

Modification:
Make use of an array to store FastThreadLocals and so allow to also use it in PooledByteBufAllocator that is instanced by users.
The maximal size of the array is configurable per system property to allow to tune it if needed. As default we use 64 entries which should be good enough.

Result:
More flexible usage of FastThreadLocal
2014-06-12 15:43:20 +02:00
..
src Make use of an array to store FastThreadLocals and so allow to also use it in PooledByteBufAllocator that is instanced by users. 2014-06-12 15:43:20 +02:00
pom.xml Add unified NextProtoNego extension support to SslContext 2014-05-21 17:25:55 +09:00