Uses of Interface
io.netty.handler.codec.memcache.MemcacheMessage
-
Packages that use MemcacheMessage 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 MemcacheMessage in io.netty.handler.codec.memcache
Classes in io.netty.handler.codec.memcache with type parameters of type MemcacheMessage Modifier and Type Class Description classAbstractMemcacheObjectAggregator<H extends MemcacheMessage>AChannelHandlerthat aggregates anMemcacheMessageand its followingMemcacheContents into a singleMemcacheMessagewith no followingMemcacheContents.classAbstractMemcacheObjectEncoder<M extends MemcacheMessage>A general purposeAbstractMemcacheObjectEncoderthat encodesMemcacheMessages.Subinterfaces of MemcacheMessage in io.netty.handler.codec.memcache Modifier and Type Interface Description interfaceFullMemcacheMessageCombinesMemcacheMessageandLastMemcacheContentinto one message.Methods in io.netty.handler.codec.memcache that return MemcacheMessage Modifier and Type Method Description MemcacheMessageMemcacheMessage. retain()Increases the reference count by1.MemcacheMessageMemcacheMessage. retain(int increment)Increases the reference count by the specifiedincrement.MemcacheMessageMemcacheMessage. touch()MemcacheMessageMemcacheMessage. touch(java.lang.Object hint) -
Uses of MemcacheMessage in io.netty.handler.codec.memcache.binary
Subinterfaces of MemcacheMessage 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 MemcacheMessage 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.
-