diff options
author | Robert Jaros <rjaros@finn.pl> | 2019-04-04 13:10:28 +0200 |
---|---|---|
committer | Robert Jaros <rjaros@finn.pl> | 2019-04-04 13:10:28 +0200 |
commit | 8883419bfcec00947863741d48dbd89cc877615a (patch) | |
tree | 3bfaa51ceaae33abe2be84d1bcc6c772bec2fd59 /api/pl.treksoft.kvision.remote/index.html | |
parent | 7d18a562b285a7ae08f81ba6110637ea797e84f9 (diff) | |
download | kvision-8883419bfcec00947863741d48dbd89cc877615a.tar.gz kvision-8883419bfcec00947863741d48dbd89cc877615a.tar.bz2 kvision-8883419bfcec00947863741d48dbd89cc877615a.zip |
API documentation for KVision 0.0.32
Diffstat (limited to 'api/pl.treksoft.kvision.remote/index.html')
-rw-r--r-- | api/pl.treksoft.kvision.remote/index.html | 48 |
1 files changed, 48 insertions, 0 deletions
diff --git a/api/pl.treksoft.kvision.remote/index.html b/api/pl.treksoft.kvision.remote/index.html index 9e0a7acc..35b18246 100644 --- a/api/pl.treksoft.kvision.remote/index.html +++ b/api/pl.treksoft.kvision.remote/index.html @@ -39,6 +39,20 @@ </tr> <tr> <td> +<p><a href="-dummy-web-socket-server-session/index.html">DummyWebSocketServerSession</a></p> +</td> +<td> +<code><span class="keyword">class </span><span class="identifier">DummyWebSocketServerSession</span></code></td> +</tr> +<tr> +<td> +<p><a href="-dummy-ws-session-module/index.html">DummyWsSessionModule</a></p> +</td> +<td> +<code><span class="keyword">class </span><span class="identifier">DummyWsSessionModule</span></code></td> +</tr> +<tr> +<td> <p><a href="-j-s-o-n/index.html">JSON</a></p> </td> <td> @@ -123,6 +137,22 @@ <p>Form login dispatcher.</p> </td> </tr> +<tr> +<td> +<p><a href="-socket/index.html">Socket</a></p> +</td> +<td> +<code><span class="keyword">class </span><span class="identifier">Socket</span></code> +<p>A websocket client implementation.</p> +</td> +</tr> +<tr> +<td> +<p><a href="-ws-session-module/index.html">WsSessionModule</a></p> +</td> +<td> +<code><span class="keyword">class </span><span class="identifier">WsSessionModule</span></code></td> +</tr> </tbody> </table> <h3>Exceptions</h3> @@ -137,6 +167,15 @@ <p>A security exception.</p> </td> </tr> +<tr> +<td> +<p><a href="-socket-closed-exception/index.html">SocketClosedException</a></p> +</td> +<td> +<code><span class="keyword">class </span><span class="identifier">SocketClosedException</span> <span class="symbol">:</span> <a href="https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-throwable/index.html"><span class="identifier">Throwable</span></a></code> +<p>Websocket closed exception class.</p> +</td> +</tr> </tbody> </table> <h3>Type Aliases</h3> @@ -200,6 +239,15 @@ </tr> <tr> <td> +<p><a href="get-web-socket-url.html">getWebSocketUrl</a></p> +</td> +<td> +<code><span class="keyword">fun </span><span class="identifier">getWebSocketUrl</span><span class="symbol">(</span><span class="identifier" id="pl.treksoft.kvision.remote$getWebSocketUrl(kotlin.String)/url">url</span><span class="symbol">:</span> <a href="https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-string/index.html"><span class="identifier">String</span></a><span class="symbol">)</span><span class="symbol">: </span><a href="https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-string/index.html"><span class="identifier">String</span></a></code> +<p>Creates a websocket URL from current window.location and given path.</p> +</td> +</tr> +<tr> +<td> <p><a href="kvision-init.html">kvisionInit</a></p> </td> <td> |