1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859 |
- <?xml version="1.0" encoding="UTF-8"?>
- <!-- this file is autogenerated, do not edit! -->
- <!DOCTYPE section PUBLIC "-//OASIS//DTD DocBook XML V4.2//EN"
- "http://www.oasis-open.org/docbook/xml/4.2/docbookx.dtd">
- <chapter id="rpc_exports.websocket">
- <title>
- RPC Exports for websocket
- </title>
- <section id="ws.dump"><title>ws.dump</title>
- <para>
- List websocket connections
- </para>
- <para>
- </para>
- </section>
- <section id="ws.close"><title>ws.close</title>
- <para>
- Close a websocket connection by id
- </para>
- <para>
- </para>
- </section>
- <section id="ws.ping"><title>ws.ping</title>
- <para>
- Send ping on a websocket connection by id
- </para>
- <para>
- </para>
- </section>
- <section id="ws.pong"><title>ws.pong</title>
- <para>
- Send pong on a websocket connection by id
- </para>
- <para>
- </para>
- </section>
- <section id="ws.enable"><title>ws.enable</title>
- <para>
- Enable websocket connection handling
- </para>
- <para>
- </para>
- </section>
- <section id="ws.disable"><title>ws.disable</title>
- <para>
- Disable websocket connection handling
- </para>
- <para>
- </para>
- </section>
- </chapter>
|