netty5/codec-memcache/src/main/java/io/netty/handler/codec/memcache
Michael Nitschinger 183bfe8f9f codec-memcache: fix decoding issue for value parts.
This changeset fixes an issue when decoding would stop if the value
comes separated in two or more packets, leading to invalid bytes read.
2014-02-13 16:51:37 -08:00
..
binary codec-memcache: fix decoding issue for value parts. 2014-02-13 16:51:37 -08:00
AbstractMemcacheObject.java Abstract classes' names should start with 'Abstract' 2014-02-13 15:39:05 -08:00
DefaultLastMemcacheContent.java Implementing the Binary Memcache protocol 2014-02-13 15:29:38 -08:00
DefaultMemcacheContent.java Abstract classes' names should start with 'Abstract' 2014-02-13 15:39:05 -08:00
FullMemcacheMessage.java Implementing the Binary Memcache protocol 2014-02-13 15:29:38 -08:00
LastMemcacheContent.java Implementing the Binary Memcache protocol 2014-02-13 15:29:38 -08:00
MemcacheContent.java Fixed various inspector warnings 2014-02-13 15:38:52 -08:00
MemcacheMessage.java Implementing the Binary Memcache protocol 2014-02-13 15:29:38 -08:00
MemcacheObject.java Implementing the Binary Memcache protocol 2014-02-13 15:29:38 -08:00
MemcacheObjectAggregator.java Fixed various inspector warnings 2014-02-13 15:38:52 -08:00
MemcacheObjectDecoder.java Implementing the Binary Memcache protocol 2014-02-13 15:29:38 -08:00
MemcacheObjectEncoder.java Use StringUtil.simpleClassName(..) instead of Class.getSimpleName() where necessary 2014-02-13 15:37:16 -08:00
package-info.java Implementing the Binary Memcache protocol 2014-02-13 15:29:38 -08:00