rpc_websocket.txt 470 B

123456789101112131415161718192021222324
  1. RPC Exports for websocket
  2. =========================
  3. [ this file is autogenerated, do not edit ]
  4. 1. ws.dump
  5. List websocket connections
  6. 2. ws.close
  7. Close a websocket connection by id
  8. 3. ws.ping
  9. Send ping on a websocket connection by id
  10. 4. ws.pong
  11. Send pong on a websocket connection by id
  12. 5. ws.enable
  13. Enable websocket connection handling
  14. 6. ws.disable
  15. Disable websocket connection handling