Static variables

staticonclose:() ‑> Void

staticonerror:() ‑> Void

staticonmessage:(message:Message) ‑> Void

staticonopen:() ‑> Void

Static methods

staticinlineget_onclose(this:WebSocket):() ‑> Void

staticinlineget_onerror(this:WebSocket):() ‑> Void

staticinlineget_onmessage(this:WebSocket):(message:Message) ‑> Void

staticinlineget_onopen(this:WebSocket):() ‑> Void

staticinlineset_onclose(this:WebSocket, value:() ‑> Void):() ‑> Void

staticinlineset_onerror(this:WebSocket, value:() ‑> Void):() ‑> Void

staticinlineset_onmessage(this:WebSocket, value:(message:Message) ‑> Void):(message:Message) ‑> Void

staticinlineset_onopen(this:WebSocket, value:() ‑> Void):() ‑> Void