Uses of Package
io.netty.handler.codec.memcache.binary
Packages that use io.netty.handler.codec.memcache.binary
Package
Description
Implementations and Interfaces for the Memcache Binary protocol.
-
Classes in io.netty.handler.codec.memcache.binary used by io.netty.handler.codec.memcache.binaryClassDescriptionDecoder 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
.An interface that defines a binary Memcache message, providing common properties forBinaryMemcacheRequest
andBinaryMemcacheResponse
.Represents a fullBinaryMemcacheRequest
, which contains the header and optional key and extras.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 default implementation of theBinaryMemcacheRequest
.The default implementation of theBinaryMemcacheResponse
.The default implementation of aFullBinaryMemcacheRequest
.ABinaryMemcacheRequest
that also includes the content.ABinaryMemcacheResponse
that also includes the content.