netty5/codec-memcache/src
Xiaoyan Lin 17df8171b3 Use AbstractReferenceCounted to clean up the codes for codec-memcache
Motivation:

Some duplicated methods in message types of codec-memcache can be cleaned using AbstractReferenceCounted.

Modifications:

Use AbstractReferenceCounted to avoid duplicated methods.

Result:

Duplicated methods are cleaned.
2016-02-01 15:51:08 +01:00
..
main/java/io/netty/handler/codec/memcache Use AbstractReferenceCounted to clean up the codes for codec-memcache 2016-02-01 15:51:08 +01:00
test/java/io/netty/handler/codec/memcache/binary Retain ByteBuf extras when aggregating 2016-01-29 22:24:07 +01:00