public class DefaultStompHeadersSubframe extends Object implements StompHeadersSubframe
StompHeadersSubframe
.Modifier and Type | Field and Description |
---|---|
protected StompCommand |
command |
protected DecoderResult |
decoderResult |
protected StompHeaders |
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 StompHeaders headers
public DefaultStompHeadersSubframe(StompCommand command)
public StompCommand command()
StompHeadersSubframe
command
in interface StompHeadersSubframe
public StompHeaders headers()
StompHeadersSubframe
headers
in interface StompHeadersSubframe
public DecoderResult decoderResult()
DecoderResultProvider
decoderResult
in interface DecoderResultProvider
public void setDecoderResult(DecoderResult decoderResult)
DecoderResultProvider
setDecoderResult
in interface DecoderResultProvider
Copyright © 2008–2017 The Netty Project. All rights reserved.