Options
All
  • Public
  • Public/Protected
  • All
Menu

Websocket sender for send messages and handle notify.

Hierarchy

  • WebsocketSender

Index

Constructors

Properties

Methods

Constructors

constructor

Properties

debug

debug: boolean

url

url: string

Methods

send

  • send(param: string, callback: function): void
  • Parameters

    • param: string
    • callback: function
        • (err: any, res: any, socket: WebSocket | null): any
        • Parameters

          • err: any
          • res: any
          • socket: WebSocket | null

          Returns any

    Returns void

Generated using TypeDoc