Uses of Interface
io.netty.handler.codec.memcache.binary.BinaryMemcacheMessage
Packages that use BinaryMemcacheMessage
Package
Description
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 BinaryMemcacheMessageModifier and TypeClassDescriptionclassDecoder for bothBinaryMemcacheRequestandBinaryMemcacheResponse.classAMessageToByteEncoderthat encodes binary memcache messages into bytes.Subinterfaces of BinaryMemcacheMessage in io.netty.handler.codec.memcache.binaryModifier and TypeInterfaceDescriptioninterfaceRepresents 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 BinaryMemcacheMessageModifier 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.Subclasses with type arguments of type BinaryMemcacheMessage in io.netty.handler.codec.memcache.binaryModifier and TypeClassDescriptionclassAn object aggregator for the memcache binary protocol.Methods in io.netty.handler.codec.memcache.binary that return BinaryMemcacheMessageModifier and TypeMethodDescriptionAbstractBinaryMemcacheMessage.retain()AbstractBinaryMemcacheMessage.retain(int increment) BinaryMemcacheMessage.retain()Increases the reference count by1.BinaryMemcacheMessage.retain(int increment) Increases the reference count by the specifiedincrement.AbstractBinaryMemcacheMessage.setCas(long cas) BinaryMemcacheMessage.setCas(long cas) Sets the CAS identifier.AbstractBinaryMemcacheMessage.setDataType(byte dataType) BinaryMemcacheMessage.setDataType(byte dataType) Sets the data type of the message.Sets the extras buffer on the message.Sets the key of the document.AbstractBinaryMemcacheMessage.setMagic(byte magic) BinaryMemcacheMessage.setMagic(byte magic) Sets the magic byte.AbstractBinaryMemcacheMessage.setOpaque(int opaque) BinaryMemcacheMessage.setOpaque(int opaque) Sets the opaque value.AbstractBinaryMemcacheMessage.setOpcode(byte opcode) BinaryMemcacheMessage.setOpcode(byte code) Sets the opcode for the message.AbstractBinaryMemcacheMessage.setTotalBodyLength(int totalBodyLength) BinaryMemcacheMessage.setTotalBodyLength(int totalBodyLength) Sets the total body length.AbstractBinaryMemcacheMessage.touch()BinaryMemcacheMessage.touch()Methods in io.netty.handler.codec.memcache.binary with parameters of type BinaryMemcacheMessageModifier and TypeMethodDescriptionprotected FullMemcacheMessageBinaryMemcacheObjectAggregator.beginAggregation(BinaryMemcacheMessage start, ByteBuf content)