Supported WebSocket Protocols
This document describes supported protocols implemented by the WebSocket server.
The protocols are intended mainly for test.
- echo or org.ietf.websocket.test-echo
Echo message received back to client.
- echo-broadcast or org.ietf.websocket.test-echo-broadcast
Echo message received back to all connected clients using this protocol.
- echo-broadcast-ping
Same as echo-broadcast but will also send a ping control message to all connected
clients every 10 second.
- time-broadcast
Will send a message with current time to every connected client every 5 second.
- echo-server-close
Same as echo, but will also initiate a server side close if message is "bye" or "close".