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.ByteBufHolder
copy
in interface StompContentSubframe
LastStompContentSubframe duplicate()
duplicate
in interface io.netty.buffer.ByteBufHolder
duplicate
in interface StompContentSubframe
LastStompContentSubframe retainedDuplicate()
retainedDuplicate
in interface io.netty.buffer.ByteBufHolder
retainedDuplicate
in interface StompContentSubframe
LastStompContentSubframe replace(io.netty.buffer.ByteBuf content)
replace
in interface io.netty.buffer.ByteBufHolder
replace
in interface StompContentSubframe
LastStompContentSubframe retain()
retain
in interface io.netty.buffer.ByteBufHolder
retain
in interface io.netty.util.ReferenceCounted
retain
in interface StompContentSubframe
LastStompContentSubframe retain(int increment)
retain
in interface io.netty.buffer.ByteBufHolder
retain
in interface io.netty.util.ReferenceCounted
retain
in interface StompContentSubframe
LastStompContentSubframe touch()
touch
in interface io.netty.buffer.ByteBufHolder
touch
in interface io.netty.util.ReferenceCounted
touch
in interface StompContentSubframe
LastStompContentSubframe touch(Object hint)
touch
in interface io.netty.buffer.ByteBufHolder
touch
in interface io.netty.util.ReferenceCounted
touch
in interface StompContentSubframe
Copyright © 2008–2019 The Netty Project. All rights reserved.