Uses of Class
io.netty.handler.codec.memcache.AbstractMemcacheObjectDecoder
-
Packages that use AbstractMemcacheObjectDecoder Package Description io.netty.handler.codec.memcache.binary Implementations and Interfaces for the Memcache Binary protocol. -
-
Uses of AbstractMemcacheObjectDecoder in io.netty.handler.codec.memcache.binary
Subclasses of AbstractMemcacheObjectDecoder in io.netty.handler.codec.memcache.binary Modifier and Type Class Description classAbstractBinaryMemcacheDecoder<M extends BinaryMemcacheMessage>Decoder for bothBinaryMemcacheRequestandBinaryMemcacheResponse.classBinaryMemcacheRequestDecoderThe decoder part which takes care of decoding the request-specific headers.classBinaryMemcacheResponseDecoderThe decoder which takes care of decoding the response headers.
-