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()
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