Options
All
  • Public
  • Public/Protected
  • All
Menu

WebSocket state.

Index

Enumeration members

Enumeration members

CLOSED

CLOSED:

The WebSocket connection is closed.

CLOSING

CLOSING:

A closing handshake is being performed.

CONNECTING

CONNECTING:

An opening handshake is being performed.

OPEN

OPEN:

The WebSocket connection is established ( the opening handshake has succeeded) and usable.

Generated using TypeDoc