netty5/codec-memcache/src
JongYoonLim 3405aee2ab Returns after encoding each message not do check following instance types
Motivation:
Current AbstractMemcacheObjectEncoder does unnecessary message type checking if the message is MemcacheMessage type.

Modifications:
Returns after encoding MemcacheMessage message.

Result:
Small performance improvement for this encoder.
2015-03-19 20:43:59 +01:00
..
main/java/io/netty/handler/codec/memcache Returns after encoding each message not do check following instance types 2015-03-19 20:43:59 +01:00
test/java/io/netty/handler/codec/memcache/binary Adhere to our getter/setter naming rules 2014-06-24 16:10:32 +09:00