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 TypeInterfaceDescriptioninterface
ABinaryMemcacheRequest
that also includes the content.Classes in io.netty.handler.codec.memcache.binary that implement BinaryMemcacheRequestModifier and TypeClassDescriptionclass
The default implementation of theBinaryMemcacheRequest
.class
The default implementation of aFullBinaryMemcacheRequest
.Methods in io.netty.handler.codec.memcache.binary that return BinaryMemcacheRequestModifier and TypeMethodDescriptionprotected BinaryMemcacheRequest
BinaryMemcacheRequestDecoder.buildInvalidMessage()
protected BinaryMemcacheRequest
BinaryMemcacheRequestDecoder.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 void
BinaryMemcacheRequestEncoder.encodeHeader
(ByteBuf buf, BinaryMemcacheRequest msg) private static FullBinaryMemcacheRequest
BinaryMemcacheObjectAggregator.toFullRequest
(BinaryMemcacheRequest request, ByteBuf content)