From 8883419bfcec00947863741d48dbd89cc877615a Mon Sep 17 00:00:00 2001 From: Robert Jaros Date: Thu, 4 Apr 2019 13:10:28 +0200 Subject: API documentation for KVision 0.0.32 --- api/pl.treksoft.kvision.remote/index.html | 48 +++++++++++++++++++++++++++++++ 1 file changed, 48 insertions(+) (limited to 'api/pl.treksoft.kvision.remote/index.html') 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 @@ +

DummyWebSocketServerSession

+ + +class DummyWebSocketServerSession + + + +

DummyWsSessionModule

+ + +class DummyWsSessionModule + + +

JSON

@@ -123,6 +137,22 @@

Form login dispatcher.

+ + +

Socket

+ + +class Socket +

A websocket client implementation.

+ + + + +

WsSessionModule

+ + +class WsSessionModule +

Exceptions

@@ -137,6 +167,15 @@

A security exception.

+ + +

SocketClosedException

+ + +class SocketClosedException : Throwable +

Websocket closed exception class.

+ +

Type Aliases

@@ -200,6 +239,15 @@ +

getWebSocketUrl

+ + +fun getWebSocketUrl(url: String): String +

Creates a websocket URL from current window.location and given path.

+ + + +

kvisionInit

-- cgit