Uses of Interface
io.netty.handler.codec.memcache.MemcacheObject
-
Packages that use MemcacheObject Package Description io.netty.handler.codec.memcache Common superset of ascii and binary classes.io.netty.handler.codec.memcache.binary 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.memcache Modifier and Type Interface Description interfaceFullMemcacheMessageCombinesMemcacheMessageandLastMemcacheContentinto one message.interfaceLastMemcacheContentTheMemcacheContentwhich signals the end of the content batch.interfaceMemcacheContentAn Memcache content chunk.interfaceMemcacheMessageMarker interface for both ascii and binary messages.Classes in io.netty.handler.codec.memcache that implement MemcacheObject Modifier and Type Class Description classAbstractMemcacheObjectThe defaultMemcacheObjectimplementation.classDefaultLastMemcacheContentThe default implementation for theLastMemcacheContent.classDefaultMemcacheContentThe defaultMemcacheContentimplementation.Methods in io.netty.handler.codec.memcache with parameters of type MemcacheObject Modifier and Type Method Description protected 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.binary Modifier and Type Interface Description interfaceBinaryMemcacheMessageAn interface that defines a binary Memcache message, providing common properties forBinaryMemcacheRequestandBinaryMemcacheResponse.interfaceBinaryMemcacheRequestRepresents a fullBinaryMemcacheRequest, which contains the header and optional key and extras.interfaceBinaryMemcacheResponseRepresents a fullBinaryMemcacheResponse, which contains the header and optional key and extras.interfaceFullBinaryMemcacheRequestABinaryMemcacheRequestthat also includes the content.interfaceFullBinaryMemcacheResponseABinaryMemcacheResponsethat also includes the content.Classes in io.netty.handler.codec.memcache.binary that implement MemcacheObject Modifier and Type Class Description classAbstractBinaryMemcacheMessageDefault implementation of aBinaryMemcacheMessage.classDefaultBinaryMemcacheRequestThe default implementation of theBinaryMemcacheRequest.classDefaultBinaryMemcacheResponseThe default implementation of theBinaryMemcacheResponse.classDefaultFullBinaryMemcacheRequestThe default implementation of aFullBinaryMemcacheRequest.classDefaultFullBinaryMemcacheResponseThe default implementation of aFullBinaryMemcacheResponse.Methods in io.netty.handler.codec.memcache.binary with parameters of type MemcacheObject Modifier and Type Method Description protected booleanBinaryMemcacheObjectAggregator. isStartMessage(MemcacheObject msg)
-