netty5/example/src/main
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
..
java/io/netty/example ByteBuf for Key instead of String for codec-memcache 2016-02-08 15:21:24 -08:00
resources Add HTTP/2 Netty tiles example 2015-05-18 14:16:54 -07:00