From 0365722f8549ee93918be99da1b9f901cf0b2c8d Mon Sep 17 00:00:00 2001 From: Robert Jaros Date: Fri, 13 Mar 2020 01:05:20 +0100 Subject: API documentation for KVision 3.5.2 --- .../-k-v-web-socket-handler/-init-.html | 14 ------ .../-k-v-web-socket-handler/handle.html | 14 ------ .../-k-v-web-socket-handler/index.html | 51 ---------------------- 3 files changed, 79 deletions(-) delete mode 100644 api/pl.treksoft.kvision.remote/-k-v-web-socket-handler/-init-.html delete mode 100644 api/pl.treksoft.kvision.remote/-k-v-web-socket-handler/handle.html delete mode 100644 api/pl.treksoft.kvision.remote/-k-v-web-socket-handler/index.html (limited to 'api/pl.treksoft.kvision.remote/-k-v-web-socket-handler') diff --git a/api/pl.treksoft.kvision.remote/-k-v-web-socket-handler/-init-.html b/api/pl.treksoft.kvision.remote/-k-v-web-socket-handler/-init-.html deleted file mode 100644 index 6c98d417..00000000 --- a/api/pl.treksoft.kvision.remote/-k-v-web-socket-handler/-init-.html +++ /dev/null @@ -1,14 +0,0 @@ - - - -KVWebSocketHandler.<init> - kvision - - - -kvision / pl.treksoft.kvision.remote / KVWebSocketHandler / <init>
-
-

<init>

- -KVWebSocketHandler(services: List<KVServiceManager<*>>, applicationContext: <ERROR CLASS>) - - diff --git a/api/pl.treksoft.kvision.remote/-k-v-web-socket-handler/handle.html b/api/pl.treksoft.kvision.remote/-k-v-web-socket-handler/handle.html deleted file mode 100644 index 50f30c94..00000000 --- a/api/pl.treksoft.kvision.remote/-k-v-web-socket-handler/handle.html +++ /dev/null @@ -1,14 +0,0 @@ - - - -KVWebSocketHandler.handle - kvision - - - -kvision / pl.treksoft.kvision.remote / KVWebSocketHandler / handle
-
-

handle

- -fun handle(session: <ERROR CLASS>): <ERROR CLASS><Void> - - diff --git a/api/pl.treksoft.kvision.remote/-k-v-web-socket-handler/index.html b/api/pl.treksoft.kvision.remote/-k-v-web-socket-handler/index.html deleted file mode 100644 index 6220aeb4..00000000 --- a/api/pl.treksoft.kvision.remote/-k-v-web-socket-handler/index.html +++ /dev/null @@ -1,51 +0,0 @@ - - - -KVWebSocketHandler - kvision - - - -kvision / pl.treksoft.kvision.remote / KVWebSocketHandler
-
-

KVWebSocketHandler

-class KVWebSocketHandler -

Constructors

- - - - - - - -
-

<init>

-
-KVWebSocketHandler(services: List<KVServiceManager<*>>, applicationContext: <ERROR CLASS>)
-

Functions

- - - - - - - -
-

handle

-
-fun handle(session: <ERROR CLASS>): <ERROR CLASS><Void>
-

Extension Functions

- - - - - - - -
-

createInstance

-
-fun <T> Any?.createInstance(vararg args: dynamic): T -

Helper function for creating JavaScript objects from dynamic constructors.

-
- - -- cgit