netty5/codec-memcache/src/main/java/io/netty/handler/codec/memcache
Trustin Lee 8b0a0f9a8f Introduce MessageAggregator and DecoderResultProvider
Motivation:

We have different message aggregator implementations for different
protocols, but they are very similar with each other.  They all stems
from HttpObjectAggregator.  If we provide an abstract class that provide
generic message aggregation functionality, we will remove their code
duplication.

Modifications:

- Add MessageAggregator which provides generic message aggregation
- Reimplement all existing aggregators using MessageAggregator
- Add DecoderResultProvider interface and extend it wherever possible so
  that MessageAggregator respects the state of the decoded message

Result:

Less code duplication
2014-06-05 16:51:14 +09:00
..
binary Introduce MessageAggregator and DecoderResultProvider 2014-06-05 16:51:14 +09:00
AbstractMemcacheObject.java Abstract classes' names should start with 'Abstract' 2014-02-13 15:39:05 -08:00
AbstractMemcacheObjectAggregator.java Introduce MessageAggregator and DecoderResultProvider 2014-06-05 16:51:14 +09:00
AbstractMemcacheObjectDecoder.java codec-memcache: prefix abstract classes with Abstract. 2014-02-13 17:09:21 -08:00
AbstractMemcacheObjectEncoder.java codec-memcache: prefix abstract classes with Abstract. 2014-02-13 17:09:21 -08:00
DefaultLastMemcacheContent.java Enable a user specify an arbitrary information with ReferenceCounted.touch() 2014-02-13 18:16:25 -08:00
DefaultMemcacheContent.java Enable a user specify an arbitrary information with ReferenceCounted.touch() 2014-02-13 18:16:25 -08:00
FullMemcacheMessage.java Enable a user specify an arbitrary information with ReferenceCounted.touch() 2014-02-13 18:16:25 -08:00
LastMemcacheContent.java Enable a user specify an arbitrary information with ReferenceCounted.touch() 2014-02-13 18:16:25 -08: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 Implementing the Binary Memcache protocol 2014-02-13 15:29:38 -08:00
package-info.java Implementing the Binary Memcache protocol 2014-02-13 15:29:38 -08:00