@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 BulkStringRedisContentcopy in interface io.netty.buffer.ByteBufHolderLastBulkStringRedisContent duplicate()
duplicate in interface BulkStringRedisContentduplicate in interface io.netty.buffer.ByteBufHolderLastBulkStringRedisContent retainedDuplicate()
retainedDuplicate in interface BulkStringRedisContentretainedDuplicate in interface io.netty.buffer.ByteBufHolderLastBulkStringRedisContent replace(io.netty.buffer.ByteBuf content)
replace in interface BulkStringRedisContentreplace in interface io.netty.buffer.ByteBufHolderLastBulkStringRedisContent retain()
retain in interface BulkStringRedisContentretain in interface io.netty.buffer.ByteBufHolderretain in interface io.netty.util.ReferenceCountedLastBulkStringRedisContent retain(int increment)
retain in interface BulkStringRedisContentretain in interface io.netty.buffer.ByteBufHolderretain in interface io.netty.util.ReferenceCountedLastBulkStringRedisContent touch()
touch in interface BulkStringRedisContenttouch in interface io.netty.buffer.ByteBufHoldertouch in interface io.netty.util.ReferenceCountedLastBulkStringRedisContent touch(Object hint)
touch in interface BulkStringRedisContenttouch in interface io.netty.buffer.ByteBufHoldertouch in interface io.netty.util.ReferenceCountedCopyright © 2008–2025 The Netty Project. All rights reserved.