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