public interface StompFrame extends StompHeadersSubframe, LastStompContentSubframe
StompHeadersSubframe and LastStompContentSubframe into one
frame. So it represent a complete STOMP frame.EMPTY_LAST_CONTENT| Modifier and Type | Method and Description |
|---|---|
StompFrame |
copy() |
StompFrame |
duplicate() |
StompFrame |
replace(io.netty.buffer.ByteBuf content) |
StompFrame |
retain() |
StompFrame |
retain(int increment) |
StompFrame |
retainedDuplicate() |
StompFrame |
touch() |
StompFrame |
touch(Object hint) |
command, headersStompFrame copy()
copy in interface io.netty.buffer.ByteBufHoldercopy in interface LastStompContentSubframecopy in interface StompContentSubframeStompFrame duplicate()
duplicate in interface io.netty.buffer.ByteBufHolderduplicate in interface LastStompContentSubframeduplicate in interface StompContentSubframeStompFrame retainedDuplicate()
retainedDuplicate in interface io.netty.buffer.ByteBufHolderretainedDuplicate in interface LastStompContentSubframeretainedDuplicate in interface StompContentSubframeStompFrame replace(io.netty.buffer.ByteBuf content)
replace in interface io.netty.buffer.ByteBufHolderreplace in interface LastStompContentSubframereplace in interface StompContentSubframeStompFrame retain()
retain in interface io.netty.buffer.ByteBufHolderretain in interface LastStompContentSubframeretain in interface io.netty.util.ReferenceCountedretain in interface StompContentSubframeStompFrame retain(int increment)
retain in interface io.netty.buffer.ByteBufHolderretain in interface LastStompContentSubframeretain in interface io.netty.util.ReferenceCountedretain in interface StompContentSubframeStompFrame touch()
touch in interface io.netty.buffer.ByteBufHoldertouch in interface LastStompContentSubframetouch in interface io.netty.util.ReferenceCountedtouch in interface StompContentSubframeStompFrame touch(Object hint)
touch in interface io.netty.buffer.ByteBufHoldertouch in interface LastStompContentSubframetouch in interface io.netty.util.ReferenceCountedtouch in interface StompContentSubframeCopyright © 2008–2025 The Netty Project. All rights reserved.