public class DefaultStompHeadersSubframe extends Object implements StompHeadersSubframe
StompHeadersSubframe.| Modifier and Type | Field and Description |
|---|---|
protected StompCommand |
command |
protected io.netty.handler.codec.DecoderResult |
decoderResult |
protected DefaultStompHeaders |
headers |
| Constructor and Description |
|---|
DefaultStompHeadersSubframe(StompCommand command) |
| Modifier and Type | Method and Description |
|---|---|
StompCommand |
command()
Returns command of this frame.
|
io.netty.handler.codec.DecoderResult |
decoderResult() |
StompHeaders |
headers()
Returns headers of this frame.
|
void |
setDecoderResult(io.netty.handler.codec.DecoderResult decoderResult) |
String |
toString() |
protected final StompCommand command
protected io.netty.handler.codec.DecoderResult decoderResult
protected final DefaultStompHeaders headers
public DefaultStompHeadersSubframe(StompCommand command)
public StompCommand command()
StompHeadersSubframecommand in interface StompHeadersSubframepublic StompHeaders headers()
StompHeadersSubframeheaders in interface StompHeadersSubframepublic io.netty.handler.codec.DecoderResult decoderResult()
decoderResult in interface io.netty.handler.codec.DecoderResultProviderpublic void setDecoderResult(io.netty.handler.codec.DecoderResult decoderResult)
setDecoderResult in interface io.netty.handler.codec.DecoderResultProviderCopyright © 2008–2025 The Netty Project. All rights reserved.