nifi/nifi-nar-bundles/nifi-websocket-bundle
Jeremy Dyer 769e874677 Support for websocket multiplexing to all existing websocket
connections (Think chat to all clients instead of individual person).
The core change was a change in WebSocketMessageRouter.java where if a
sessionId is not present the message is sent to all connected clients.
So the key is leaving the sessionId to empty or null to send to all
clients. If the sessionId is specified the message will be sent just to
that session specified.

This closes #1649.

Signed-off-by: Koji Kawamura <ijokarumawak@apache.org>
2017-04-21 08:21:56 +09:00
..
nifi-websocket-processors Support for websocket multiplexing to all existing websocket 2017-04-21 08:21:56 +09:00
nifi-websocket-processors-nar NIFI-3385 - This closes #1440. Updating copyright statements to reflect the new year. 2017-02-16 00:10:02 -05:00
nifi-websocket-services-api Support for websocket multiplexing to all existing websocket 2017-04-21 08:21:56 +09:00
nifi-websocket-services-api-nar NIFI-3385 - This closes #1440. Updating copyright statements to reflect the new year. 2017-02-16 00:10:02 -05:00
nifi-websocket-services-jetty NIFI-3561: Fix WS port forwarding 2017-04-11 21:27:53 +10:00
nifi-websocket-services-jetty-nar NIFI-3385 - This closes #1440. Updating copyright statements to reflect the new year. 2017-02-16 00:10:02 -05:00
pom.xml NIFI-3100-rc2 prepare for next development iteration 2016-11-25 23:49:27 -05:00