Package io.netty.handler.codec.stomp
Interface StompFrame
-
- All Superinterfaces:
io.netty.buffer.ByteBufHolder,io.netty.handler.codec.DecoderResultProvider,LastStompContentSubframe,io.netty.util.ReferenceCounted,StompContentSubframe,StompHeadersSubframe,StompSubframe
- All Known Implementing Classes:
DefaultStompFrame
public interface StompFrame extends StompHeadersSubframe, LastStompContentSubframe
CombinesStompHeadersSubframeandLastStompContentSubframeinto one frame. So it represent a complete STOMP frame.
-
-
Field Summary
-
Fields inherited from interface io.netty.handler.codec.stomp.LastStompContentSubframe
EMPTY_LAST_CONTENT
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description StompFramecopy()StompFrameduplicate()StompFramereplace(io.netty.buffer.ByteBuf content)StompFrameretain()StompFrameretain(int increment)StompFrameretainedDuplicate()StompFrametouch()StompFrametouch(Object hint)-
Methods inherited from interface io.netty.handler.codec.DecoderResultProvider
decoderResult, setDecoderResult
-
Methods inherited from interface io.netty.handler.codec.stomp.StompHeadersSubframe
command, headers
-
-
-
-
Method Detail
-
copy
StompFrame copy()
- Specified by:
copyin interfaceio.netty.buffer.ByteBufHolder- Specified by:
copyin interfaceLastStompContentSubframe- Specified by:
copyin interfaceStompContentSubframe
-
duplicate
StompFrame duplicate()
- Specified by:
duplicatein interfaceio.netty.buffer.ByteBufHolder- Specified by:
duplicatein interfaceLastStompContentSubframe- Specified by:
duplicatein interfaceStompContentSubframe
-
retainedDuplicate
StompFrame retainedDuplicate()
- Specified by:
retainedDuplicatein interfaceio.netty.buffer.ByteBufHolder- Specified by:
retainedDuplicatein interfaceLastStompContentSubframe- Specified by:
retainedDuplicatein interfaceStompContentSubframe
-
replace
StompFrame replace(io.netty.buffer.ByteBuf content)
- Specified by:
replacein interfaceio.netty.buffer.ByteBufHolder- Specified by:
replacein interfaceLastStompContentSubframe- Specified by:
replacein interfaceStompContentSubframe
-
retain
StompFrame retain()
- Specified by:
retainin interfaceio.netty.buffer.ByteBufHolder- Specified by:
retainin interfaceLastStompContentSubframe- Specified by:
retainin interfaceio.netty.util.ReferenceCounted- Specified by:
retainin interfaceStompContentSubframe
-
retain
StompFrame retain(int increment)
- Specified by:
retainin interfaceio.netty.buffer.ByteBufHolder- Specified by:
retainin interfaceLastStompContentSubframe- Specified by:
retainin interfaceio.netty.util.ReferenceCounted- Specified by:
retainin interfaceStompContentSubframe
-
touch
StompFrame touch()
- Specified by:
touchin interfaceio.netty.buffer.ByteBufHolder- Specified by:
touchin interfaceLastStompContentSubframe- Specified by:
touchin interfaceio.netty.util.ReferenceCounted- Specified by:
touchin interfaceStompContentSubframe
-
touch
StompFrame touch(Object hint)
- Specified by:
touchin interfaceio.netty.buffer.ByteBufHolder- Specified by:
touchin interfaceLastStompContentSubframe- Specified by:
touchin interfaceio.netty.util.ReferenceCounted- Specified by:
touchin interfaceStompContentSubframe
-
-