Uses of Interface
io.netty.handler.codec.memcache.MemcacheObject
Packages that use MemcacheObject
Package
Description
Common superset of ascii and binary classes.
Implementations and Interfaces for the Memcache Binary protocol.
-
Uses of MemcacheObject in io.netty.handler.codec.memcache
Subinterfaces of MemcacheObject in io.netty.handler.codec.memcacheModifier and TypeInterfaceDescriptioninterfaceCombinesMemcacheMessageandLastMemcacheContentinto one message.interfaceTheMemcacheContentwhich signals the end of the content batch.interfaceAn Memcache content chunk.interfaceMarker interface for both ascii and binary messages.Classes in io.netty.handler.codec.memcache that implement MemcacheObjectModifier and TypeClassDescriptionclassThe defaultMemcacheObjectimplementation.classThe default implementation for theLastMemcacheContent.classThe defaultMemcacheContentimplementation.Subclasses with type arguments of type MemcacheObject in io.netty.handler.codec.memcacheModifier and TypeClassDescriptionclassAbstractMemcacheObjectAggregator<H extends MemcacheMessage>AChannelHandlerthat aggregates anMemcacheMessageand its followingMemcacheContents into a singleMemcacheMessagewith no followingMemcacheContents.Methods in io.netty.handler.codec.memcache with parameters of type MemcacheObjectModifier and TypeMethodDescriptionprotected booleanAbstractMemcacheObjectAggregator.isAggregated(MemcacheObject msg) protected booleanAbstractMemcacheObjectAggregator.isContentMessage(MemcacheObject msg) -
Uses of MemcacheObject in io.netty.handler.codec.memcache.binary
Subinterfaces of MemcacheObject in io.netty.handler.codec.memcache.binaryModifier and TypeInterfaceDescriptioninterfaceAn interface that defines a binary Memcache message, providing common properties forBinaryMemcacheRequestandBinaryMemcacheResponse.interfaceRepresents a fullBinaryMemcacheRequest, which contains the header and optional key and extras.interfaceRepresents a fullBinaryMemcacheResponse, which contains the header and optional key and extras.interfaceABinaryMemcacheRequestthat also includes the content.interfaceABinaryMemcacheResponsethat also includes the content.Classes in io.netty.handler.codec.memcache.binary that implement MemcacheObjectModifier and TypeClassDescriptionclassDefault implementation of aBinaryMemcacheMessage.classThe default implementation of theBinaryMemcacheRequest.classThe default implementation of theBinaryMemcacheResponse.classThe default implementation of aFullBinaryMemcacheRequest.classThe default implementation of aFullBinaryMemcacheResponse.Methods in io.netty.handler.codec.memcache.binary with parameters of type MemcacheObjectModifier and TypeMethodDescriptionprotected booleanBinaryMemcacheObjectAggregator.isStartMessage(MemcacheObject msg)