Uses of Interface
io.netty.handler.codec.memcache.binary.BinaryMemcacheRequest
Packages that use BinaryMemcacheRequest
Package
Description
Implementations and Interfaces for the Memcache Binary protocol.
-
Uses of BinaryMemcacheRequest in io.netty.handler.codec.memcache.binary
Subinterfaces of BinaryMemcacheRequest in io.netty.handler.codec.memcache.binaryModifier and TypeInterfaceDescriptioninterfaceABinaryMemcacheRequestthat also includes the content.Classes in io.netty.handler.codec.memcache.binary that implement BinaryMemcacheRequestModifier and TypeClassDescriptionclassThe default implementation of theBinaryMemcacheRequest.classThe default implementation of aFullBinaryMemcacheRequest.Subclasses with type arguments of type BinaryMemcacheRequest in io.netty.handler.codec.memcache.binaryModifier and TypeClassDescriptionclassThe decoder part which takes care of decoding the request-specific headers.classThe encoder part which takes care of encoding the request headers.Methods in io.netty.handler.codec.memcache.binary that return BinaryMemcacheRequestModifier and TypeMethodDescriptionprotected BinaryMemcacheRequestBinaryMemcacheRequestDecoder.buildInvalidMessage()protected BinaryMemcacheRequestBinaryMemcacheRequestDecoder.decodeHeader(ByteBuf in) BinaryMemcacheRequest.retain()BinaryMemcacheRequest.retain(int increment) DefaultBinaryMemcacheRequest.retain()DefaultBinaryMemcacheRequest.retain(int increment) BinaryMemcacheRequest.setReserved(short reserved) Sets the reserved field value.DefaultBinaryMemcacheRequest.setReserved(short reserved) BinaryMemcacheRequest.touch()DefaultBinaryMemcacheRequest.touch()Methods in io.netty.handler.codec.memcache.binary with parameters of type BinaryMemcacheRequestModifier and TypeMethodDescriptionprotected voidBinaryMemcacheRequestEncoder.encodeHeader(ByteBuf buf, BinaryMemcacheRequest msg)