netty5/codec/src
Trustin Lee bdf6dbe544 Add io.netty.noJdkZlibEncoder system property
Related issue: #2821

Motivation:

There's no way for a user to change the default ZlibEncoder
implementation.

It is already possible to change the default ZlibDecoder implementation.

Modification:

Add a new system property 'io.netty.noJdkZlibEncoder'.

Result:

A user can disable JDK ZlibEncoder, just like he or she can disable JDK
ZlibDecoder.
2014-08-26 15:51:31 +09:00
..
main/java/io/netty/handler/codec Add io.netty.noJdkZlibEncoder system property 2014-08-26 15:51:31 +09:00
test/java/io/netty/handler/codec [#2812] Ensure we call checkForSharableAnnotation in all constructors of ByteToMessageCodec 2014-08-23 21:01:23 +02:00