@UnstableApi public class DefaultFullBinaryMemcacheResponse extends DefaultBinaryMemcacheResponse implements FullBinaryMemcacheResponse
FullBinaryMemcacheResponse.RESPONSE_MAGIC_BYTEEMPTY_LAST_CONTENT| Constructor and Description |
|---|
DefaultFullBinaryMemcacheResponse(io.netty.buffer.ByteBuf key,
io.netty.buffer.ByteBuf extras)
Create a new
DefaultFullBinaryMemcacheResponse with the header, key and extras. |
DefaultFullBinaryMemcacheResponse(io.netty.buffer.ByteBuf key,
io.netty.buffer.ByteBuf extras,
io.netty.buffer.ByteBuf content)
Create a new
DefaultFullBinaryMemcacheResponse with the header, key, extras and content. |
| Modifier and Type | Method and Description |
|---|---|
io.netty.buffer.ByteBuf |
content() |
FullBinaryMemcacheResponse |
copy() |
protected void |
deallocate() |
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, totalBodyLengthdecoderResult, setDecoderResultrefCnt, release, release, setRefCntclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitsetStatus, statuscas, dataType, extras, extrasLength, key, keyLength, magic, opaque, opcode, setCas, setDataType, setExtras, setKey, setMagic, setOpaque, setOpcode, setTotalBodyLength, totalBodyLengthpublic DefaultFullBinaryMemcacheResponse(io.netty.buffer.ByteBuf key,
io.netty.buffer.ByteBuf extras)
DefaultFullBinaryMemcacheResponse with the header, key and extras.key - the key to use.extras - the extras to use.public DefaultFullBinaryMemcacheResponse(io.netty.buffer.ByteBuf key,
io.netty.buffer.ByteBuf extras,
io.netty.buffer.ByteBuf content)
DefaultFullBinaryMemcacheResponse with the header, key, extras and content.key - the key to use.extras - the extras to use.content - the content of the full request.public io.netty.buffer.ByteBuf content()
content in interface io.netty.buffer.ByteBufHolderpublic FullBinaryMemcacheResponse retain()
BinaryMemcacheMessage1.retain in interface io.netty.buffer.ByteBufHolderretain in interface BinaryMemcacheMessageretain in interface BinaryMemcacheResponseretain in interface FullBinaryMemcacheResponseretain in interface FullMemcacheMessageretain in interface LastMemcacheContentretain in interface MemcacheContentretain in interface MemcacheMessageretain in interface io.netty.util.ReferenceCountedretain in class DefaultBinaryMemcacheResponsepublic FullBinaryMemcacheResponse retain(int increment)
BinaryMemcacheMessageincrement.retain in interface io.netty.buffer.ByteBufHolderretain in interface BinaryMemcacheMessageretain in interface BinaryMemcacheResponseretain in interface FullBinaryMemcacheResponseretain in interface FullMemcacheMessageretain in interface LastMemcacheContentretain in interface MemcacheContentretain in interface MemcacheMessageretain in interface io.netty.util.ReferenceCountedretain in class DefaultBinaryMemcacheResponsepublic FullBinaryMemcacheResponse touch()
touch in interface io.netty.buffer.ByteBufHoldertouch in interface BinaryMemcacheMessagetouch in interface BinaryMemcacheResponsetouch in interface FullBinaryMemcacheResponsetouch in interface FullMemcacheMessagetouch in interface LastMemcacheContenttouch in interface MemcacheContenttouch in interface MemcacheMessagetouch in interface io.netty.util.ReferenceCountedtouch in class DefaultBinaryMemcacheResponsepublic FullBinaryMemcacheResponse touch(Object hint)
touch in interface io.netty.buffer.ByteBufHoldertouch in interface BinaryMemcacheMessagetouch in interface BinaryMemcacheResponsetouch in interface FullBinaryMemcacheResponsetouch in interface FullMemcacheMessagetouch in interface LastMemcacheContenttouch in interface MemcacheContenttouch in interface MemcacheMessagetouch in interface io.netty.util.ReferenceCountedtouch in class DefaultBinaryMemcacheResponseprotected void deallocate()
deallocate in class AbstractBinaryMemcacheMessagepublic FullBinaryMemcacheResponse copy()
copy in interface io.netty.buffer.ByteBufHoldercopy in interface FullBinaryMemcacheResponsecopy in interface FullMemcacheMessagecopy in interface LastMemcacheContentcopy in interface MemcacheContentpublic FullBinaryMemcacheResponse duplicate()
duplicate in interface io.netty.buffer.ByteBufHolderduplicate in interface FullBinaryMemcacheResponseduplicate in interface FullMemcacheMessageduplicate in interface LastMemcacheContentduplicate in interface MemcacheContentpublic FullBinaryMemcacheResponse retainedDuplicate()
retainedDuplicate in interface io.netty.buffer.ByteBufHolderretainedDuplicate in interface FullBinaryMemcacheResponseretainedDuplicate in interface FullMemcacheMessageretainedDuplicate in interface LastMemcacheContentretainedDuplicate in interface MemcacheContentpublic FullBinaryMemcacheResponse replace(io.netty.buffer.ByteBuf content)
replace in interface io.netty.buffer.ByteBufHolderreplace in interface FullBinaryMemcacheResponsereplace in interface FullMemcacheMessagereplace in interface LastMemcacheContentreplace in interface MemcacheContentCopyright © 2008–2019 The Netty Project. All rights reserved.