public class DefaultStompFrame extends DefaultStompHeadersSubframe implements StompFrame
StompFrame.command, decoderResult, headersEMPTY_LAST_CONTENT| Constructor and Description |
|---|
DefaultStompFrame(StompCommand command) |
DefaultStompFrame(StompCommand command,
io.netty.buffer.ByteBuf content) |
| Modifier and Type | Method and Description |
|---|---|
io.netty.buffer.ByteBuf |
content() |
StompFrame |
copy() |
StompFrame |
duplicate() |
int |
refCnt() |
boolean |
release() |
boolean |
release(int decrement) |
StompFrame |
replace(io.netty.buffer.ByteBuf content) |
StompFrame |
retain() |
StompFrame |
retain(int increment) |
StompFrame |
retainedDuplicate() |
String |
toString() |
StompFrame |
touch() |
StompFrame |
touch(Object hint) |
command, decoderResult, headers, setDecoderResultclone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitcommand, headerspublic DefaultStompFrame(StompCommand command)
public DefaultStompFrame(StompCommand command, io.netty.buffer.ByteBuf content)
public io.netty.buffer.ByteBuf content()
content in interface io.netty.buffer.ByteBufHolderpublic StompFrame copy()
copy in interface io.netty.buffer.ByteBufHoldercopy in interface LastStompContentSubframecopy in interface StompContentSubframecopy in interface StompFramepublic StompFrame duplicate()
duplicate in interface io.netty.buffer.ByteBufHolderduplicate in interface LastStompContentSubframeduplicate in interface StompContentSubframeduplicate in interface StompFramepublic StompFrame retainedDuplicate()
retainedDuplicate in interface io.netty.buffer.ByteBufHolderretainedDuplicate in interface LastStompContentSubframeretainedDuplicate in interface StompContentSubframeretainedDuplicate in interface StompFramepublic StompFrame replace(io.netty.buffer.ByteBuf content)
replace in interface io.netty.buffer.ByteBufHolderreplace in interface LastStompContentSubframereplace in interface StompContentSubframereplace in interface StompFramepublic int refCnt()
refCnt in interface io.netty.util.ReferenceCountedpublic StompFrame retain()
retain in interface io.netty.buffer.ByteBufHolderretain in interface LastStompContentSubframeretain in interface StompContentSubframeretain in interface StompFrameretain in interface io.netty.util.ReferenceCountedpublic StompFrame retain(int increment)
retain in interface io.netty.buffer.ByteBufHolderretain in interface LastStompContentSubframeretain in interface StompContentSubframeretain in interface StompFrameretain in interface io.netty.util.ReferenceCountedpublic StompFrame touch()
touch in interface io.netty.buffer.ByteBufHoldertouch in interface LastStompContentSubframetouch in interface StompContentSubframetouch in interface StompFrametouch in interface io.netty.util.ReferenceCountedpublic StompFrame touch(Object hint)
touch in interface io.netty.buffer.ByteBufHoldertouch in interface LastStompContentSubframetouch in interface StompContentSubframetouch in interface StompFrametouch in interface io.netty.util.ReferenceCountedpublic boolean release()
release in interface io.netty.util.ReferenceCountedpublic boolean release(int decrement)
release in interface io.netty.util.ReferenceCountedpublic String toString()
toString in class DefaultStompHeadersSubframeCopyright © 2008–2025 The Netty Project. All rights reserved.