Interface MemcacheContent

All Superinterfaces:
ByteBufHolder, DecoderResultProvider, MemcacheObject, ReferenceCounted
All Known Subinterfaces:
FullBinaryMemcacheRequest, FullBinaryMemcacheResponse, FullMemcacheMessage, LastMemcacheContent
All Known Implementing Classes:
DefaultFullBinaryMemcacheRequest, DefaultFullBinaryMemcacheResponse, DefaultLastMemcacheContent, DefaultMemcacheContent

@UnstableApi public interface MemcacheContent extends MemcacheObject, ByteBufHolder
An Memcache content chunk.

A implementation of a AbstractMemcacheObjectDecoder generates MemcacheContent after MemcacheMessage when the content is large. If you prefer not to receive MemcacheContent in your handler, place a aggregator after an implementation of the AbstractMemcacheObjectDecoder in the ChannelPipeline.