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 TypeInterfaceDescriptioninterfaceABinaryMemcacheResponsethat also includes the content.Classes in io.netty.handler.codec.memcache.binary that implement BinaryMemcacheResponseModifier and TypeClassDescriptionclassThe default implementation of theBinaryMemcacheResponse.classThe default implementation of aFullBinaryMemcacheResponse.Methods in io.netty.handler.codec.memcache.binary that return BinaryMemcacheResponseModifier and TypeMethodDescriptionprotected BinaryMemcacheResponseBinaryMemcacheResponseDecoder.buildInvalidMessage()protected BinaryMemcacheResponseBinaryMemcacheResponseDecoder.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 voidBinaryMemcacheResponseEncoder.encodeHeader(ByteBuf buf, BinaryMemcacheResponse msg) private static FullBinaryMemcacheResponseBinaryMemcacheObjectAggregator.toFullResponse(BinaryMemcacheResponse response, ByteBuf content)