public interface LastMemcacheContent extends MemcacheContent
The MemcacheContent
which signals the end of the content batch.
LastMemcacheContent
is issued to make the upstream parsing easier.Modifier and Type | Field and Description |
---|---|
static LastMemcacheContent |
EMPTY_LAST_CONTENT |
Modifier and Type | Method and Description |
---|---|
LastMemcacheContent |
copy() |
LastMemcacheContent |
duplicate() |
LastMemcacheContent |
retain() |
LastMemcacheContent |
retain(int increment) |
getDecoderResult, setDecoderResult
static final LastMemcacheContent EMPTY_LAST_CONTENT
LastMemcacheContent copy()
copy
in interface io.netty.buffer.ByteBufHolder
copy
in interface MemcacheContent
LastMemcacheContent retain(int increment)
retain
in interface io.netty.buffer.ByteBufHolder
retain
in interface io.netty.util.ReferenceCounted
LastMemcacheContent retain()
retain
in interface io.netty.buffer.ByteBufHolder
retain
in interface io.netty.util.ReferenceCounted
LastMemcacheContent duplicate()
duplicate
in interface io.netty.buffer.ByteBufHolder
duplicate
in interface MemcacheContent