netty5/example/src/main
Andrey Mizurov 5276089867 Fix #10261 stomp can be chunked, so implement StompWebSocketFrameEncoder (#10274)
Motivation:

Current implementation `StompSubframeEncoder` can encode `StompFrame` into several separate chunks or encode separately `StompHeadersSubframe` and `StompContentSubframe`. But some client libraries (e.g. stomp.js) do not support aggregation.

Modification:

Add StompWebSocketFrameEncoder for integration between origin stomp suframe encoder and `ContinuationWebSocketFrame` to support  chunks on transport level.

Result:

Fixes #10261
2020-06-04 19:14:46 +02:00
..
java/io/netty/example Fix #10261 stomp can be chunked, so implement StompWebSocketFrameEncoder (#10274) 2020-06-04 19:14:46 +02:00
resources Stomp over WebSocket Chat example (#10152) 2020-04-08 12:23:32 +02:00