@UnstableApi public interface FullBinaryMemcacheResponse extends BinaryMemcacheResponse, FullMemcacheMessage
BinaryMemcacheResponse that also includes the content.EMPTY_LAST_CONTENT| Modifier and Type | Method and Description |
|---|---|
FullBinaryMemcacheResponse |
copy() |
FullBinaryMemcacheResponse |
duplicate() |
FullBinaryMemcacheResponse |
replace(io.netty.buffer.ByteBuf content) |
FullBinaryMemcacheResponse |
retain()
Increases the reference count by
1. |
FullBinaryMemcacheResponse |
retain(int increment)
Increases the reference count by the specified
increment. |
FullBinaryMemcacheResponse |
retainedDuplicate() |
FullBinaryMemcacheResponse |
touch() |
FullBinaryMemcacheResponse |
touch(Object hint) |
setStatus, statuscas, dataType, extras, extrasLength, key, keyLength, magic, opaque, opcode, setCas, setDataType, setExtras, setKey, setMagic, setOpaque, setOpcode, setTotalBodyLength, totalBodyLengthFullBinaryMemcacheResponse copy()
copy in interface io.netty.buffer.ByteBufHoldercopy in interface FullMemcacheMessagecopy in interface LastMemcacheContentcopy in interface MemcacheContentFullBinaryMemcacheResponse duplicate()
duplicate in interface io.netty.buffer.ByteBufHolderduplicate in interface FullMemcacheMessageduplicate in interface LastMemcacheContentduplicate in interface MemcacheContentFullBinaryMemcacheResponse retainedDuplicate()
retainedDuplicate in interface io.netty.buffer.ByteBufHolderretainedDuplicate in interface FullMemcacheMessageretainedDuplicate in interface LastMemcacheContentretainedDuplicate in interface MemcacheContentFullBinaryMemcacheResponse replace(io.netty.buffer.ByteBuf content)
replace in interface io.netty.buffer.ByteBufHolderreplace in interface FullMemcacheMessagereplace in interface LastMemcacheContentreplace in interface MemcacheContentFullBinaryMemcacheResponse retain(int increment)
BinaryMemcacheMessageincrement.retain in interface BinaryMemcacheMessageretain in interface BinaryMemcacheResponseretain in interface io.netty.buffer.ByteBufHolderretain in interface FullMemcacheMessageretain in interface LastMemcacheContentretain in interface MemcacheContentretain in interface MemcacheMessageretain in interface io.netty.util.ReferenceCountedFullBinaryMemcacheResponse retain()
BinaryMemcacheMessage1.retain in interface BinaryMemcacheMessageretain in interface BinaryMemcacheResponseretain in interface io.netty.buffer.ByteBufHolderretain in interface FullMemcacheMessageretain in interface LastMemcacheContentretain in interface MemcacheContentretain in interface MemcacheMessageretain in interface io.netty.util.ReferenceCountedFullBinaryMemcacheResponse touch()
touch in interface BinaryMemcacheMessagetouch in interface BinaryMemcacheResponsetouch in interface io.netty.buffer.ByteBufHoldertouch in interface FullMemcacheMessagetouch in interface LastMemcacheContenttouch in interface MemcacheContenttouch in interface MemcacheMessagetouch in interface io.netty.util.ReferenceCountedFullBinaryMemcacheResponse touch(Object hint)
touch in interface BinaryMemcacheMessagetouch in interface BinaryMemcacheResponsetouch in interface io.netty.buffer.ByteBufHoldertouch in interface FullMemcacheMessagetouch in interface LastMemcacheContenttouch in interface MemcacheContenttouch in interface MemcacheMessagetouch in interface io.netty.util.ReferenceCountedCopyright © 2008–2017 The Netty Project. All rights reserved.