send

send(msg:           Binary
     finalFragment: Boolean);

The send method of the JadeWebSocket class sends the binary message specified in the msg parameter to the client via the WebSocket connection.

The value of the finalFragment parameter is true if the message is the final data fragment to send; otherwise the value is false.

2018.0.01 and higher