Interface StompHeadersSubframe
- All Superinterfaces:
DecoderResultProvider, StompSubframe
- All Known Subinterfaces:
StompFrame
- All Known Implementing Classes:
DefaultStompFrame, DefaultStompHeadersSubframe
An interface that defines a
StompFrame's command and headers.- See Also:
-
Method Summary
Methods inherited from interface DecoderResultProvider
decoderResult, setDecoderResult
-
Method Details
-
command
StompCommand command()Returns command of this frame. -
headers
StompHeaders headers()Returns headers of this frame.
-