Options
All
  • Public
  • Public/Protected
  • All
Menu

Hierarchy

  • ConnectionListener

Index

Constructors

constructor

Properties

Optional inConnecting

inConnecting: Function = ...

This event is triggered when the WebSocket connection is in connecting state.

Optional onConnected

onConnected: Function = ...

This event is triggered when the WebSocket connection is in connected state.

Optional onDisconnected

onDisconnected: Function = ...

This event is triggered when the WebSocket connection is in disconnected state.

Optional onFeatureThrottled

onFeatureThrottled: Function = ...

This event is triggered when the WebSocket connection is in feature throttled state.