Options
All
  • Public
  • Public/Protected
  • All
Menu

Enumeration RcSocketEventHandlerName

Index

Enumeration members

CLOSE

CLOSE: = "onclose"

Event broadcast when the connection is closed.

CLOSING

CLOSING: = "onclosing"

Event broadcast when the connection begings to close

CONNECTING

CONNECTING: = "onconnecting"

Event broadcast when websocket begins connecting.

ERROR

ERROR: = "onerror"

Event broadcast when websocket error occurs.

MESSAGE

MESSAGE: = "onmessage"

Event broadcast when a message is received from the server.

OPEN

OPEN: = "onopen"

Event broadcast when the connection is opened.

TIMEOUT

TIMEOUT: = "ontimeout"

Event broadcast when websocket connection times out.

Generated using TypeDoc