rpc_websocket.xml 1.1 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859
  1. <?xml version="1.0" encoding="UTF-8"?>
  2. <!-- this file is autogenerated, do not edit! -->
  3. <!DOCTYPE section PUBLIC "-//OASIS//DTD DocBook XML V4.2//EN"
  4. "http://www.oasis-open.org/docbook/xml/4.2/docbookx.dtd">
  5. <chapter id="rpc_exports.websocket">
  6. <title>
  7. RPC Exports for websocket
  8. </title>
  9. <section id="ws.dump"><title>ws.dump</title>
  10. <para>
  11. List websocket connections
  12. </para>
  13. <para>
  14. </para>
  15. </section>
  16. <section id="ws.close"><title>ws.close</title>
  17. <para>
  18. Close a websocket connection by id
  19. </para>
  20. <para>
  21. </para>
  22. </section>
  23. <section id="ws.ping"><title>ws.ping</title>
  24. <para>
  25. Send ping on a websocket connection by id
  26. </para>
  27. <para>
  28. </para>
  29. </section>
  30. <section id="ws.pong"><title>ws.pong</title>
  31. <para>
  32. Send pong on a websocket connection by id
  33. </para>
  34. <para>
  35. </para>
  36. </section>
  37. <section id="ws.enable"><title>ws.enable</title>
  38. <para>
  39. Enable websocket connection handling
  40. </para>
  41. <para>
  42. </para>
  43. </section>
  44. <section id="ws.disable"><title>ws.disable</title>
  45. <para>
  46. Disable websocket connection handling
  47. </para>
  48. <para>
  49. </para>
  50. </section>
  51. </chapter>