Package io.netty.handler.codec.stomp
Interface StompHeadersSubframe
-
- All Superinterfaces:
DecoderResultProvider,StompSubframe
- All Known Subinterfaces:
StompFrame
- All Known Implementing Classes:
DefaultStompFrame,DefaultStompHeadersSubframe
public interface StompHeadersSubframe extends StompSubframe
An interface that defines aStompFrame's command and headers.- See Also:
StompCommand,StompHeaders
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description StompCommandcommand()Returns command of this frame.StompHeadersheaders()Returns headers of this frame.-
Methods inherited from interface io.netty.handler.codec.DecoderResultProvider
decoderResult, setDecoderResult
-
-
-
-
Method Detail
-
command
StompCommand command()
Returns command of this frame.
-
headers
StompHeaders headers()
Returns headers of this frame.
-
-