Uses of Package
io.netty.handler.codec.memcache.binary
-
Packages that use io.netty.handler.codec.memcache.binary Package Description io.netty.handler.codec.memcache.binary Implementations and Interfaces for the Memcache Binary protocol. -
Classes in io.netty.handler.codec.memcache.binary used by io.netty.handler.codec.memcache.binary Class Description AbstractBinaryMemcacheDecoder Decoder for bothBinaryMemcacheRequestandBinaryMemcacheResponse.AbstractBinaryMemcacheDecoder.State Contains all states this decoder can possibly be in.AbstractBinaryMemcacheEncoder AMessageToByteEncoderthat encodes binary memcache messages into bytes.AbstractBinaryMemcacheMessage Default implementation of aBinaryMemcacheMessage.BinaryMemcacheMessage An interface that defines a binary Memcache message, providing common properties forBinaryMemcacheRequestandBinaryMemcacheResponse.BinaryMemcacheRequest Represents a fullBinaryMemcacheRequest, which contains the header and optional key and extras.BinaryMemcacheRequestEncoder The encoder part which takes care of encoding the request headers.BinaryMemcacheResponse Represents a fullBinaryMemcacheResponse, which contains the header and optional key and extras.BinaryMemcacheResponseDecoder The decoder which takes care of decoding the response headers.DefaultBinaryMemcacheRequest The default implementation of theBinaryMemcacheRequest.DefaultBinaryMemcacheResponse The default implementation of theBinaryMemcacheResponse.DefaultFullBinaryMemcacheRequest The default implementation of aFullBinaryMemcacheRequest.FullBinaryMemcacheRequest ABinaryMemcacheRequestthat also includes the content.FullBinaryMemcacheResponse ABinaryMemcacheResponsethat also includes the content.