Uses of Interface
io.netty.handler.codec.memcache.binary.BinaryMemcacheMessage
-
Packages that use BinaryMemcacheMessage Package Description io.netty.handler.codec.memcache.binary Implementations and Interfaces for the Memcache Binary protocol. -
-
Uses of BinaryMemcacheMessage in io.netty.handler.codec.memcache.binary
Classes in io.netty.handler.codec.memcache.binary with type parameters of type BinaryMemcacheMessage Modifier and Type Class Description classAbstractBinaryMemcacheDecoder<M extends BinaryMemcacheMessage>Decoder for bothBinaryMemcacheRequestandBinaryMemcacheResponse.classAbstractBinaryMemcacheEncoder<M extends BinaryMemcacheMessage>AMessageToByteEncoderthat encodes binary memcache messages into bytes.Subinterfaces of BinaryMemcacheMessage in io.netty.handler.codec.memcache.binary Modifier and Type Interface Description 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 BinaryMemcacheMessage 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 that return BinaryMemcacheMessage Modifier and Type Method Description BinaryMemcacheMessageAbstractBinaryMemcacheMessage. retain()BinaryMemcacheMessageAbstractBinaryMemcacheMessage. retain(int increment)BinaryMemcacheMessageBinaryMemcacheMessage. retain()Increases the reference count by1.BinaryMemcacheMessageBinaryMemcacheMessage. retain(int increment)Increases the reference count by the specifiedincrement.BinaryMemcacheMessageAbstractBinaryMemcacheMessage. setCas(long cas)BinaryMemcacheMessageBinaryMemcacheMessage. setCas(long cas)Sets the CAS identifier.BinaryMemcacheMessageAbstractBinaryMemcacheMessage. setDataType(byte dataType)BinaryMemcacheMessageBinaryMemcacheMessage. setDataType(byte dataType)Sets the data type of the message.BinaryMemcacheMessageAbstractBinaryMemcacheMessage. setExtras(ByteBuf extras)BinaryMemcacheMessageBinaryMemcacheMessage. setExtras(ByteBuf extras)Sets the extras buffer on the message.BinaryMemcacheMessageAbstractBinaryMemcacheMessage. setKey(ByteBuf key)BinaryMemcacheMessageBinaryMemcacheMessage. setKey(ByteBuf key)Sets the key of the document.BinaryMemcacheMessageAbstractBinaryMemcacheMessage. setMagic(byte magic)BinaryMemcacheMessageBinaryMemcacheMessage. setMagic(byte magic)Sets the magic byte.BinaryMemcacheMessageAbstractBinaryMemcacheMessage. setOpaque(int opaque)BinaryMemcacheMessageBinaryMemcacheMessage. setOpaque(int opaque)Sets the opaque value.BinaryMemcacheMessageAbstractBinaryMemcacheMessage. setOpcode(byte opcode)BinaryMemcacheMessageBinaryMemcacheMessage. setOpcode(byte code)Sets the opcode for the message.BinaryMemcacheMessageAbstractBinaryMemcacheMessage. setTotalBodyLength(int totalBodyLength)BinaryMemcacheMessageBinaryMemcacheMessage. setTotalBodyLength(int totalBodyLength)Sets the total body length.BinaryMemcacheMessageAbstractBinaryMemcacheMessage. touch()BinaryMemcacheMessageAbstractBinaryMemcacheMessage. touch(java.lang.Object hint)BinaryMemcacheMessageBinaryMemcacheMessage. touch()BinaryMemcacheMessageBinaryMemcacheMessage. touch(java.lang.Object hint)Methods in io.netty.handler.codec.memcache.binary with parameters of type BinaryMemcacheMessage Modifier and Type Method Description protected FullMemcacheMessageBinaryMemcacheObjectAggregator. beginAggregation(BinaryMemcacheMessage start, ByteBuf content)
-