Uses of Interface
io.netty.handler.codec.memcache.binary.BinaryMemcacheResponse
Packages that use BinaryMemcacheResponse
Package
Description
Implementations and Interfaces for the Memcache Binary protocol.
-
Uses of BinaryMemcacheResponse in io.netty.handler.codec.memcache.binary
Subinterfaces of BinaryMemcacheResponse in io.netty.handler.codec.memcache.binaryModifier and TypeInterfaceDescriptioninterface
ABinaryMemcacheResponse
that also includes the content.Classes in io.netty.handler.codec.memcache.binary that implement BinaryMemcacheResponseModifier and TypeClassDescriptionclass
The default implementation of theBinaryMemcacheResponse
.class
The default implementation of aFullBinaryMemcacheResponse
.Methods in io.netty.handler.codec.memcache.binary that return BinaryMemcacheResponseModifier and TypeMethodDescriptionprotected BinaryMemcacheResponse
BinaryMemcacheResponseDecoder.buildInvalidMessage()
protected BinaryMemcacheResponse
BinaryMemcacheResponseDecoder.decodeHeader
(ByteBuf in) BinaryMemcacheResponse.retain()
BinaryMemcacheResponse.retain
(int increment) DefaultBinaryMemcacheResponse.retain()
DefaultBinaryMemcacheResponse.retain
(int increment) BinaryMemcacheResponse.setStatus
(short status) Sets the status of the response.DefaultBinaryMemcacheResponse.setStatus
(short status) BinaryMemcacheResponse.touch()
DefaultBinaryMemcacheResponse.touch()
Methods in io.netty.handler.codec.memcache.binary with parameters of type BinaryMemcacheResponseModifier and TypeMethodDescriptionprotected void
BinaryMemcacheResponseEncoder.encodeHeader
(ByteBuf buf, BinaryMemcacheResponse msg) private static FullBinaryMemcacheResponse
BinaryMemcacheObjectAggregator.toFullResponse
(BinaryMemcacheResponse response, ByteBuf content)