public interface LastStompContentSubframe extends StompContentSubframe
StompContentSubframe which signals the end of the content batch
Note, even when no content is emitted by the protocol, an
empty LastStompContentSubframe is issued to make the upstream parsing
easier.| Modifier and Type | Field and Description |
|---|---|
static LastStompContentSubframe |
EMPTY_LAST_CONTENT |
| Modifier and Type | Method and Description |
|---|---|
LastStompContentSubframe |
copy() |
LastStompContentSubframe |
duplicate() |
LastStompContentSubframe |
replace(io.netty.buffer.ByteBuf content) |
LastStompContentSubframe |
retain() |
LastStompContentSubframe |
retain(int increment) |
LastStompContentSubframe |
retainedDuplicate() |
LastStompContentSubframe |
touch() |
LastStompContentSubframe |
touch(Object hint) |
static final LastStompContentSubframe EMPTY_LAST_CONTENT
LastStompContentSubframe copy()
copy in interface io.netty.buffer.ByteBufHoldercopy in interface StompContentSubframeLastStompContentSubframe duplicate()
duplicate in interface io.netty.buffer.ByteBufHolderduplicate in interface StompContentSubframeLastStompContentSubframe retainedDuplicate()
retainedDuplicate in interface io.netty.buffer.ByteBufHolderretainedDuplicate in interface StompContentSubframeLastStompContentSubframe replace(io.netty.buffer.ByteBuf content)
replace in interface io.netty.buffer.ByteBufHolderreplace in interface StompContentSubframeLastStompContentSubframe retain()
retain in interface io.netty.buffer.ByteBufHolderretain in interface io.netty.util.ReferenceCountedretain in interface StompContentSubframeLastStompContentSubframe retain(int increment)
retain in interface io.netty.buffer.ByteBufHolderretain in interface io.netty.util.ReferenceCountedretain in interface StompContentSubframeLastStompContentSubframe touch()
touch in interface io.netty.buffer.ByteBufHoldertouch in interface io.netty.util.ReferenceCountedtouch in interface StompContentSubframeLastStompContentSubframe touch(Object hint)
touch in interface io.netty.buffer.ByteBufHoldertouch in interface io.netty.util.ReferenceCountedtouch in interface StompContentSubframeCopyright © 2008–2025 The Netty Project. All rights reserved.