Package io.netty.handler.codec.memcache
Common superset of ascii and binary classes.
-
Interface Summary Interface Description FullMemcacheMessage CombinesMemcacheMessageandLastMemcacheContentinto one message.LastMemcacheContent TheMemcacheContentwhich 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 allMemcacheObjectimplementations. -
Class Summary Class Description AbstractMemcacheObject The defaultMemcacheObjectimplementation.AbstractMemcacheObjectAggregator<H extends MemcacheMessage> AChannelHandlerthat aggregates anMemcacheMessageand its followingMemcacheContents into a singleMemcacheMessagewith no followingMemcacheContents.AbstractMemcacheObjectDecoder Abstract super class for both ascii and binary decoders.AbstractMemcacheObjectEncoder<M extends MemcacheMessage> A general purposeAbstractMemcacheObjectEncoderthat encodesMemcacheMessages.DefaultLastMemcacheContent The default implementation for theLastMemcacheContent.DefaultMemcacheContent The defaultMemcacheContentimplementation.