netty5/codec-memcache/src/test/java/io/netty/handler/codec/memcache/binary
Xiaoyan Lin 36aa11937d ByteBuf for Key instead of String for codec-memcache
Motivation:

The key can be ByteBuf to avoid converting between ByteBuf and String. See #3689.

Modifications:

Replace the type of key with ByteBuf.

Result:

The type of key becomes ByteBuf.
2016-02-08 15:21:24 -08:00
..
BinaryMemcacheDecoderTest.java ByteBuf for Key instead of String for codec-memcache 2016-02-08 15:21:24 -08:00
BinaryMemcacheEncoderTest.java ByteBuf for Key instead of String for codec-memcache 2016-02-08 15:21:24 -08:00
BinaryMemcacheObjectAggregatorTest.java ByteBuf for Key instead of String for codec-memcache 2016-02-08 15:21:24 -08:00