public class DefaultStompHeadersSubframe extends java.lang.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()
返回此帧的命令。
|
DecoderResult |
decoderResult()
返回解码此对象的结果。
|
StompHeaders |
headers()
返回此帧的标题。
|
void |
setDecoderResult(DecoderResult decoderResult)
更新解码此对象的结果。
|
java.lang.String |
toString() |
protected final StompCommand command
protected DecoderResult decoderResult
protected final DefaultStompHeaders headers
public DefaultStompHeadersSubframe(StompCommand command)
public StompCommand command()
StompHeadersSubframe
command
在界面
StompHeadersSubframe
public StompHeaders headers()
StompHeadersSubframe
复制的描述
headers
在界面
StompHeadersSubframe
public DecoderResult decoderResult()
DecoderResultProvider
decoderResult
,界面
DecoderResultProvider
public void setDecoderResult(DecoderResult decoderResult)
DecoderResultProvider
复制的描述
setDecoderResult
,界面
DecoderResultProvider
public java.lang.String toString()
toString
在课程
java.lang.Object
Copyright © 2008–2018 The Netty Project. All rights reserved.