netty5/codec-stomp/src/test/java/io/netty/handler/codec/stomp
Benjamin Roux c1ba23933c
Add ABORT and COMMIT STOMP commands to the StompCommand enum (#10790)
Motivation:

ABORT and COMMIT commands were missing from the enum but they are part of the STOMP spec.

Modifications:

Modified the enum to add the missing commands.

Result:

ABORT and COMMIT commands can now be parsed properly and acted on.
2020-11-19 14:23:37 +01:00
..
DefaultStompFrameTest.java Enable nohttp check during the build (#10708) 2020-10-23 14:44:18 +02:00
StompCommandDecodeTest.java Add ABORT and COMMIT STOMP commands to the StompCommand enum (#10790) 2020-11-19 14:23:37 +01:00
StompHeadersTest.java Enable nohttp check during the build (#10708) 2020-10-23 14:44:18 +02:00
StompSubframeAggregatorTest.java Revert "Add support for heartbeat in STOMP decoder/encoder. (#10695)" (#10766) 2020-11-03 09:36:15 +01:00
StompSubframeDecoderTest.java Revert "Add support for heartbeat in STOMP decoder/encoder. (#10695)" (#10766) 2020-11-03 09:36:15 +01:00
StompSubframeEncoderTest.java Revert "Add support for heartbeat in STOMP decoder/encoder. (#10695)" (#10766) 2020-11-03 09:36:15 +01:00
StompTestConstants.java Revert "Add support for heartbeat in STOMP decoder/encoder. (#10695)" (#10766) 2020-11-03 09:36:15 +01:00