public class DefaultStompHeadersSubframe extends java.lang.Object implements StompHeadersSubframe
StompHeadersSubframe.| 限定符和类型 | 字段和说明 |
|---|---|
protected StompCommand |
command |
protected DecoderResult |
decoderResult |
protected DefaultStompHeaders |
headers |
| 构造器和说明 |
|---|
DefaultStompHeadersSubframe(StompCommand command) |
| 限定符和类型 | 方法和说明 |
|---|---|
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.
|
java.lang.String |
toString() |
protected final StompCommand command
protected DecoderResult decoderResult
protected final DefaultStompHeaders headers
public DefaultStompHeadersSubframe(StompCommand command)
public StompCommand command()
StompHeadersSubframecommand 在接口中 StompHeadersSubframepublic StompHeaders headers()
StompHeadersSubframeheaders 在接口中 StompHeadersSubframepublic DecoderResult decoderResult()
DecoderResultProviderdecoderResult 在接口中 DecoderResultProviderpublic void setDecoderResult(DecoderResult decoderResult)
DecoderResultProvidersetDecoderResult 在接口中 DecoderResultProviderpublic java.lang.String toString()
toString 在类中 java.lang.Object