Package io.netty.handler.codec.memcache.binary
Implementations and Interfaces for the Memcache Binary protocol.
-
Interface Summary Interface Description BinaryMemcacheMessage An interface that defines a binary Memcache message, providing common properties forBinaryMemcacheRequest
andBinaryMemcacheResponse
.BinaryMemcacheRequest Represents a fullBinaryMemcacheRequest
, which contains the header and optional key and extras.BinaryMemcacheResponse Represents a fullBinaryMemcacheResponse
, which contains the header and optional key and extras.FullBinaryMemcacheRequest ABinaryMemcacheRequest
that also includes the content.FullBinaryMemcacheResponse ABinaryMemcacheResponse
that also includes the content. -
Class Summary Class Description AbstractBinaryMemcacheDecoder<M extends BinaryMemcacheMessage> Decoder for bothBinaryMemcacheRequest
andBinaryMemcacheResponse
.AbstractBinaryMemcacheEncoder<M extends BinaryMemcacheMessage> AMessageToByteEncoder
that encodes binary memcache messages into bytes.AbstractBinaryMemcacheMessage Default implementation of aBinaryMemcacheMessage
.BinaryMemcacheClientCodec The client codec that combines the proper encoder and decoder.BinaryMemcacheObjectAggregator An object aggregator for the memcache binary protocol.BinaryMemcacheOpcodes Represents all Opcodes that can occur in aBinaryMemcacheMessage
.BinaryMemcacheRequestDecoder The decoder part which takes care of decoding the request-specific headers.BinaryMemcacheRequestEncoder The encoder part which takes care of encoding the request headers.BinaryMemcacheResponseDecoder The decoder which takes care of decoding the response headers.BinaryMemcacheResponseEncoder The encoder which takes care of encoding the response headers.BinaryMemcacheResponseStatus Contains all possible status values aBinaryMemcacheResponse
can return.BinaryMemcacheServerCodec The full server codec that combines the correct encoder and decoder.DefaultBinaryMemcacheRequest The default implementation of theBinaryMemcacheRequest
.DefaultBinaryMemcacheResponse The default implementation of theBinaryMemcacheResponse
.DefaultFullBinaryMemcacheRequest The default implementation of aFullBinaryMemcacheRequest
.DefaultFullBinaryMemcacheResponse The default implementation of aFullBinaryMemcacheResponse
.