Package io.netty.handler.codec.memcache
Common superset of ascii and binary classes.
-
Interface Summary Interface Description FullMemcacheMessage CombinesMemcacheMessage
andLastMemcacheContent
into one message.LastMemcacheContent TheMemcacheContent
which signals the end of the content batch.MemcacheContent An Memcache content chunk.MemcacheMessage Marker interface for both ascii and binary messages.MemcacheObject Defines a common interface for allMemcacheObject
implementations. -
Class Summary Class Description AbstractMemcacheObject The defaultMemcacheObject
implementation.AbstractMemcacheObjectAggregator<H extends MemcacheMessage> AChannelHandler
that aggregates anMemcacheMessage
and its followingMemcacheContent
s into a singleMemcacheMessage
with no followingMemcacheContent
s.AbstractMemcacheObjectDecoder Abstract super class for both ascii and binary decoders.AbstractMemcacheObjectEncoder<M extends MemcacheMessage> A general purposeAbstractMemcacheObjectEncoder
that encodesMemcacheMessage
s.DefaultLastMemcacheContent The default implementation for theLastMemcacheContent
.DefaultMemcacheContent The defaultMemcacheContent
implementation.