From e361ab18f355ff81ef61406543b918d4a2b9567c Mon Sep 17 00:00:00 2001 From: Robert Jaros Date: Thu, 11 Apr 2019 18:02:54 +0200 Subject: API documentantion for KVision 0.0.33 --- .../-k-v-web-socket-config/index.html | 94 ++++++++++++++++++++++ 1 file changed, 94 insertions(+) create mode 100644 api/pl.treksoft.kvision.remote/-k-v-web-socket-config/index.html (limited to 'api/pl.treksoft.kvision.remote/-k-v-web-socket-config/index.html') diff --git a/api/pl.treksoft.kvision.remote/-k-v-web-socket-config/index.html b/api/pl.treksoft.kvision.remote/-k-v-web-socket-config/index.html new file mode 100644 index 00000000..1ca80257 --- /dev/null +++ b/api/pl.treksoft.kvision.remote/-k-v-web-socket-config/index.html @@ -0,0 +1,94 @@ + + + +KVWebSocketConfig - kvision + + + +kvision / pl.treksoft.kvision.remote / KVWebSocketConfig
+
+

KVWebSocketConfig

+open class KVWebSocketConfig +

Automatic websockets configuration.

+

Constructors

+ + + + + + + +
+

<init>

+
+KVWebSocketConfig() +

Automatic websockets configuration.

+
+

Properties

+ + + + + + + + + + + +
+

applicationContext

+
+lateinit var applicationContext: <ERROR CLASS>
+

services

+
+lateinit var services: List<KVServiceManager<*>>
+

Functions

+ + + + + + + + + + + + + + + + + + + +
+

registerWebSocketHandlers

+
+open fun registerWebSocketHandlers(registry: <ERROR CLASS>): Unit
+

routeInterceptor

+
+open fun routeInterceptor(): <ERROR CLASS>
+

socketHandler

+
+open fun socketHandler(): <ERROR CLASS>
+

webSocketSession

+
+open fun webSocketSession(): <ERROR CLASS>
+

Extension Functions

+ + + + + + + +
+

createInstance

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

Helper function for creating JavaScript objects from dynamic constructors.

+
+ + -- cgit