@UnstableApi public interface LastBulkStringRedisContent extends BulkStringRedisContent
Modifier and Type | Field and Description |
---|---|
static LastBulkStringRedisContent |
EMPTY_LAST_CONTENT
The 'end of content' marker in chunked encoding.
|
Modifier and Type | Method and Description |
---|---|
LastBulkStringRedisContent |
copy() |
LastBulkStringRedisContent |
duplicate() |
LastBulkStringRedisContent |
replace(io.netty.buffer.ByteBuf content) |
LastBulkStringRedisContent |
retain() |
LastBulkStringRedisContent |
retain(int increment) |
LastBulkStringRedisContent |
retainedDuplicate() |
LastBulkStringRedisContent |
touch() |
LastBulkStringRedisContent |
touch(Object hint) |
static final LastBulkStringRedisContent EMPTY_LAST_CONTENT
LastBulkStringRedisContent copy()
copy
in interface BulkStringRedisContent
copy
in interface io.netty.buffer.ByteBufHolder
LastBulkStringRedisContent duplicate()
duplicate
in interface BulkStringRedisContent
duplicate
in interface io.netty.buffer.ByteBufHolder
LastBulkStringRedisContent retainedDuplicate()
retainedDuplicate
in interface BulkStringRedisContent
retainedDuplicate
in interface io.netty.buffer.ByteBufHolder
LastBulkStringRedisContent replace(io.netty.buffer.ByteBuf content)
replace
in interface BulkStringRedisContent
replace
in interface io.netty.buffer.ByteBufHolder
LastBulkStringRedisContent retain()
retain
in interface BulkStringRedisContent
retain
in interface io.netty.buffer.ByteBufHolder
retain
in interface io.netty.util.ReferenceCounted
LastBulkStringRedisContent retain(int increment)
retain
in interface BulkStringRedisContent
retain
in interface io.netty.buffer.ByteBufHolder
retain
in interface io.netty.util.ReferenceCounted
LastBulkStringRedisContent touch()
touch
in interface BulkStringRedisContent
touch
in interface io.netty.buffer.ByteBufHolder
touch
in interface io.netty.util.ReferenceCounted
LastBulkStringRedisContent touch(Object hint)
touch
in interface BulkStringRedisContent
touch
in interface io.netty.buffer.ByteBufHolder
touch
in interface io.netty.util.ReferenceCounted
Copyright © 2008–2018 The Netty Project. All rights reserved.