Package io.netty.handler.codec.stomp
Interface LastStompContentSubframe
-
- All Superinterfaces:
io.netty.buffer.ByteBufHolder,io.netty.handler.codec.DecoderResultProvider,io.netty.util.ReferenceCounted,StompContentSubframe,StompSubframe
- All Known Subinterfaces:
StompFrame
- All Known Implementing Classes:
DefaultLastStompContentSubframe,DefaultStompFrame
public interface LastStompContentSubframe extends StompContentSubframe
The lastStompContentSubframewhich signals the end of the content batch Note, even when no content is emitted by the protocol, an emptyLastStompContentSubframeis issued to make the upstream parsing easier.
-
-
Field Summary
Fields Modifier and Type Field Description static LastStompContentSubframeEMPTY_LAST_CONTENT
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description LastStompContentSubframecopy()LastStompContentSubframeduplicate()LastStompContentSubframereplace(io.netty.buffer.ByteBuf content)LastStompContentSubframeretain()LastStompContentSubframeretain(int increment)LastStompContentSubframeretainedDuplicate()LastStompContentSubframetouch()LastStompContentSubframetouch(Object hint)
-
-
-
Field Detail
-
EMPTY_LAST_CONTENT
static final LastStompContentSubframe EMPTY_LAST_CONTENT
-
-
Method Detail
-
copy
LastStompContentSubframe copy()
- Specified by:
copyin interfaceio.netty.buffer.ByteBufHolder- Specified by:
copyin interfaceStompContentSubframe
-
duplicate
LastStompContentSubframe duplicate()
- Specified by:
duplicatein interfaceio.netty.buffer.ByteBufHolder- Specified by:
duplicatein interfaceStompContentSubframe
-
retainedDuplicate
LastStompContentSubframe retainedDuplicate()
- Specified by:
retainedDuplicatein interfaceio.netty.buffer.ByteBufHolder- Specified by:
retainedDuplicatein interfaceStompContentSubframe
-
replace
LastStompContentSubframe replace(io.netty.buffer.ByteBuf content)
- Specified by:
replacein interfaceio.netty.buffer.ByteBufHolder- Specified by:
replacein interfaceStompContentSubframe
-
retain
LastStompContentSubframe retain()
- Specified by:
retainin interfaceio.netty.buffer.ByteBufHolder- Specified by:
retainin interfaceio.netty.util.ReferenceCounted- Specified by:
retainin interfaceStompContentSubframe
-
retain
LastStompContentSubframe retain(int increment)
- Specified by:
retainin interfaceio.netty.buffer.ByteBufHolder- Specified by:
retainin interfaceio.netty.util.ReferenceCounted- Specified by:
retainin interfaceStompContentSubframe
-
touch
LastStompContentSubframe touch()
- Specified by:
touchin interfaceio.netty.buffer.ByteBufHolder- Specified by:
touchin interfaceio.netty.util.ReferenceCounted- Specified by:
touchin interfaceStompContentSubframe
-
touch
LastStompContentSubframe touch(Object hint)
- Specified by:
touchin interfaceio.netty.buffer.ByteBufHolder- Specified by:
touchin interfaceio.netty.util.ReferenceCounted- Specified by:
touchin interfaceStompContentSubframe
-
-