Package io.netty.handler.codec.memcache
@UnstableApi
package io.netty.handler.codec.memcache
Common superset of ascii and binary classes.
-
ClassDescriptionThe default
MemcacheObjectimplementation.AbstractMemcacheObjectAggregator<H extends MemcacheMessage>AChannelHandlerthat aggregates anMemcacheMessageand its followingMemcacheContents into a singleMemcacheMessagewith no followingMemcacheContents.Abstract super class for both ascii and binary decoders.AbstractMemcacheObjectEncoder<M extends MemcacheMessage>A general purposeAbstractMemcacheObjectEncoderthat encodesMemcacheMessages.The default implementation for theLastMemcacheContent.The defaultMemcacheContentimplementation.CombinesMemcacheMessageandLastMemcacheContentinto one message.TheMemcacheContentwhich signals the end of the content batch.An Memcache content chunk.Marker interface for both ascii and binary messages.Defines a common interface for allMemcacheObjectimplementations.