Handle websocket messages.
new()Websocket$new(ws)
wsConstructor
send()Websocket$send(name, message)
nameName, identifier, of the message.
messageContent of the message, anything that can be serialised to JSON.
Send a message
print()Websocket$print()
clone()The objects of this class are cloneable with this method.
Websocket$clone(deep = FALSE)
deepWhether to make a deep clone.