Uses of Interface
io.netty.handler.codec.memcache.binary.BinaryMemcacheResponse
-
Packages that use BinaryMemcacheResponse Package Description io.netty.handler.codec.memcache.binary 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.binary Modifier and Type Interface Description interface
FullBinaryMemcacheResponse
ABinaryMemcacheResponse
that also includes the content.Classes in io.netty.handler.codec.memcache.binary that implement BinaryMemcacheResponse Modifier and Type Class Description class
DefaultBinaryMemcacheResponse
The default implementation of theBinaryMemcacheResponse
.class
DefaultFullBinaryMemcacheResponse
The default implementation of aFullBinaryMemcacheResponse
.Methods in io.netty.handler.codec.memcache.binary that return BinaryMemcacheResponse Modifier and Type Method Description protected BinaryMemcacheResponse
BinaryMemcacheResponseDecoder. buildInvalidMessage()
protected BinaryMemcacheResponse
BinaryMemcacheResponseDecoder. decodeHeader(ByteBuf in)
BinaryMemcacheResponse
BinaryMemcacheResponse. retain()
BinaryMemcacheResponse
BinaryMemcacheResponse. retain(int increment)
BinaryMemcacheResponse
DefaultBinaryMemcacheResponse. retain()
BinaryMemcacheResponse
DefaultBinaryMemcacheResponse. retain(int increment)
BinaryMemcacheResponse
BinaryMemcacheResponse. setStatus(short status)
Sets the status of the response.BinaryMemcacheResponse
DefaultBinaryMemcacheResponse. setStatus(short status)
BinaryMemcacheResponse
BinaryMemcacheResponse. touch()
BinaryMemcacheResponse
BinaryMemcacheResponse. touch(java.lang.Object hint)
BinaryMemcacheResponse
DefaultBinaryMemcacheResponse. touch()
BinaryMemcacheResponse
DefaultBinaryMemcacheResponse. touch(java.lang.Object hint)
Methods in io.netty.handler.codec.memcache.binary with parameters of type BinaryMemcacheResponse Modifier and Type Method Description protected void
BinaryMemcacheResponseEncoder. encodeHeader(ByteBuf buf, BinaryMemcacheResponse msg)
-