netty5/codec-stomp/src
Andrey Mizurov af532d2b7e Fix encoding/decoding for UTF-8 stomp commands and headers (#9740)
Motivation:

According STOMP spec (https://stomp.github.io/stomp-specification-1.2.html#Value_Encoding) we have to encode and decode commands and headers to UTF-8

Modification:

Provide ability for StompSubframeDecoder and StompSubframeEncoder work with UTF-8
2019-11-06 12:07:58 +01:00
..
main/java/io/netty/handler/codec/stomp Fix encoding/decoding for UTF-8 stomp commands and headers (#9740) 2019-11-06 12:07:58 +01:00
test/java/io/netty/handler/codec/stomp Fix encoding/decoding for UTF-8 stomp commands and headers (#9740) 2019-11-06 12:07:58 +01:00