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 TypeClassDescriptionclass
Decoder for bothBinaryMemcacheRequest
andBinaryMemcacheResponse
.class
AMessageToByteEncoder
that encodes binary memcache messages into bytes.Subinterfaces of BinaryMemcacheMessage in io.netty.handler.codec.memcache.binaryModifier and TypeInterfaceDescriptioninterface
Represents a fullBinaryMemcacheRequest
, which contains the header and optional key and extras.interface
Represents a fullBinaryMemcacheResponse
, which contains the header and optional key and extras.interface
ABinaryMemcacheRequest
that also includes the content.interface
ABinaryMemcacheResponse
that also includes the content.Classes in io.netty.handler.codec.memcache.binary that implement BinaryMemcacheMessageModifier and TypeClassDescriptionclass
Default implementation of aBinaryMemcacheMessage
.class
The default implementation of theBinaryMemcacheRequest
.class
The default implementation of theBinaryMemcacheResponse
.class
The default implementation of aFullBinaryMemcacheRequest
.class
The default implementation of aFullBinaryMemcacheResponse
.Fields in io.netty.handler.codec.memcache.binary declared as BinaryMemcacheMessageMethods 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.(package private) BinaryMemcacheMessage
AbstractBinaryMemcacheMessage.setExtrasLength
(byte extrasLength) Set the extras length of the message.Sets the key of the document.(package private) BinaryMemcacheMessage
AbstractBinaryMemcacheMessage.setKeyLength
(short keyLength) Set the key length of the message.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 FullMemcacheMessage
BinaryMemcacheObjectAggregator.beginAggregation
(BinaryMemcacheMessage start, ByteBuf content)