Package io.netty.handler.codec.memcache.binary
@UnstableApi
package io.netty.handler.codec.memcache.binary
Implementations and Interfaces for the Memcache Binary protocol.
-
ClassDescriptionDecoder for both
BinaryMemcacheRequest
andBinaryMemcacheResponse
.Contains all states this decoder can possibly be in.AMessageToByteEncoder
that encodes binary memcache messages into bytes.Default implementation of aBinaryMemcacheMessage
.The client codec that combines the proper encoder and decoder.An interface that defines a binary Memcache message, providing common properties forBinaryMemcacheRequest
andBinaryMemcacheResponse
.An object aggregator for the memcache binary protocol.Represents all Opcodes that can occur in aBinaryMemcacheMessage
.Represents a fullBinaryMemcacheRequest
, which contains the header and optional key and extras.The decoder part which takes care of decoding the request-specific headers.The encoder part which takes care of encoding the request headers.Represents a fullBinaryMemcacheResponse
, which contains the header and optional key and extras.The decoder which takes care of decoding the response headers.The encoder which takes care of encoding the response headers.Contains all possible status values aBinaryMemcacheResponse
can return.The full server codec that combines the correct encoder and decoder.The default implementation of theBinaryMemcacheRequest
.The default implementation of theBinaryMemcacheResponse
.The default implementation of aFullBinaryMemcacheRequest
.The default implementation of aFullBinaryMemcacheResponse
.ABinaryMemcacheRequest
that also includes the content.ABinaryMemcacheResponse
that also includes the content.