123456789101112131415161718192021222324 |
- RPC Exports for websocket
- =========================
- [ this file is autogenerated, do not edit ]
- 1. ws.dump
- List websocket connections
- 2. ws.close
- Close a websocket connection by id
- 3. ws.ping
- Send ping on a websocket connection by id
- 4. ws.pong
- Send pong on a websocket connection by id
- 5. ws.enable
- Enable websocket connection handling
- 6. ws.disable
- Disable websocket connection handling
|