public class DefaultStompHeadersSubframe extends Object implements StompHeadersSubframe
StompHeadersSubframe
.Modifier and Type | Field and Description |
---|---|
protected StompCommand |
command |
protected io.netty.handler.codec.DecoderResult |
decoderResult |
protected DefaultStompHeaders |
headers |
Constructor and Description |
---|
DefaultStompHeadersSubframe(StompCommand command) |
Modifier and Type | Method and Description |
---|---|
StompCommand |
command()
Returns command of this frame.
|
io.netty.handler.codec.DecoderResult |
decoderResult() |
StompHeaders |
headers()
Returns headers of this frame.
|
void |
setDecoderResult(io.netty.handler.codec.DecoderResult decoderResult) |
String |
toString() |
protected final StompCommand command
protected io.netty.handler.codec.DecoderResult decoderResult
protected final DefaultStompHeaders headers
public DefaultStompHeadersSubframe(StompCommand command)
public StompCommand command()
StompHeadersSubframe
command
in interface StompHeadersSubframe
public StompHeaders headers()
StompHeadersSubframe
headers
in interface StompHeadersSubframe
public io.netty.handler.codec.DecoderResult decoderResult()
decoderResult
in interface io.netty.handler.codec.DecoderResultProvider
public void setDecoderResult(io.netty.handler.codec.DecoderResult decoderResult)
setDecoderResult
in interface io.netty.handler.codec.DecoderResultProvider
Copyright © 2008–2019 The Netty Project. All rights reserved.