netty5/codec-memcache/src/main/java/io/netty/handler/codec/memcache
Scott Mitchell 9ed2f01853 Revert "Returns after encoding each message not do check following instance types"
Motivation:
This reverts commit 3405aee2ab. This commit introduces a bug and the encoder no longer encodes FullMemcacheMessage objects correctly.

Modifications:
- Revert commit

Result:
Fixes https://github.com/netty/netty/issues/5197
2016-05-02 14:23:41 -07:00
..
binary Set the length fields of memcache messages automatically 2016-04-07 06:30:42 +02:00
AbstractMemcacheObject.java Use AbstractReferenceCounted to clean up the codes for codec-memcache 2016-02-01 15:51:08 +01:00
AbstractMemcacheObjectAggregator.java Remove Erroneous imports 2015-08-17 10:12:43 -07:00
AbstractMemcacheObjectDecoder.java codec-memcache: prefix abstract classes with Abstract. 2014-02-13 17:09:21 -08:00
AbstractMemcacheObjectEncoder.java Revert "Returns after encoding each message not do check following instance types" 2016-05-02 14:23:41 -07:00
DefaultLastMemcacheContent.java Enable a user specify an arbitrary information with ReferenceCounted.touch() 2014-02-13 18:16:25 -08:00
DefaultMemcacheContent.java Use AbstractReferenceCounted to clean up the codes for codec-memcache 2016-02-01 15:51:08 +01:00
FullMemcacheMessage.java Enable a user specify an arbitrary information with ReferenceCounted.touch() 2014-02-13 18:16:25 -08:00
LastMemcacheContent.java Adhere to our getter/setter naming rules 2014-06-24 16:10:32 +09:00
MemcacheContent.java Enable a user specify an arbitrary information with ReferenceCounted.touch() 2014-02-13 18:16:25 -08:00
MemcacheMessage.java Enable a user specify an arbitrary information with ReferenceCounted.touch() 2014-02-13 18:16:25 -08:00
MemcacheObject.java Adhere to our getter/setter naming rules 2014-06-24 16:10:32 +09:00
package-info.java Implementing the Binary Memcache protocol 2014-02-13 15:29:38 -08:00