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/-init-.html | 15 ++++ .../application-context.html | 14 ++++ .../-k-v-web-socket-config/index.html | 94 ++++++++++++++++++++++ .../register-web-socket-handlers.html | 14 ++++ .../-k-v-web-socket-config/route-interceptor.html | 14 ++++ .../-k-v-web-socket-config/services.html | 14 ++++ .../-k-v-web-socket-config/socket-handler.html | 14 ++++ .../-k-v-web-socket-config/web-socket-session.html | 14 ++++ 8 files changed, 193 insertions(+) create mode 100644 api/pl.treksoft.kvision.remote/-k-v-web-socket-config/-init-.html create mode 100644 api/pl.treksoft.kvision.remote/-k-v-web-socket-config/application-context.html create mode 100644 api/pl.treksoft.kvision.remote/-k-v-web-socket-config/index.html create mode 100644 api/pl.treksoft.kvision.remote/-k-v-web-socket-config/register-web-socket-handlers.html create mode 100644 api/pl.treksoft.kvision.remote/-k-v-web-socket-config/route-interceptor.html create mode 100644 api/pl.treksoft.kvision.remote/-k-v-web-socket-config/services.html create mode 100644 api/pl.treksoft.kvision.remote/-k-v-web-socket-config/socket-handler.html create mode 100644 api/pl.treksoft.kvision.remote/-k-v-web-socket-config/web-socket-session.html (limited to 'api/pl.treksoft.kvision.remote/-k-v-web-socket-config') diff --git a/api/pl.treksoft.kvision.remote/-k-v-web-socket-config/-init-.html b/api/pl.treksoft.kvision.remote/-k-v-web-socket-config/-init-.html new file mode 100644 index 00000000..e445cb05 --- /dev/null +++ b/api/pl.treksoft.kvision.remote/-k-v-web-socket-config/-init-.html @@ -0,0 +1,15 @@ + + + +KVWebSocketConfig.<init> - kvision + + + +kvision / pl.treksoft.kvision.remote / KVWebSocketConfig / <init>
+
+

<init>

+ +KVWebSocketConfig() +

Automatic websockets configuration.

+ + diff --git a/api/pl.treksoft.kvision.remote/-k-v-web-socket-config/application-context.html b/api/pl.treksoft.kvision.remote/-k-v-web-socket-config/application-context.html new file mode 100644 index 00000000..2ef3f390 --- /dev/null +++ b/api/pl.treksoft.kvision.remote/-k-v-web-socket-config/application-context.html @@ -0,0 +1,14 @@ + + + +KVWebSocketConfig.applicationContext - kvision + + + +kvision / pl.treksoft.kvision.remote / KVWebSocketConfig / applicationContext
+
+

applicationContext

+ +lateinit var applicationContext: <ERROR CLASS> + + 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.

+
+ + diff --git a/api/pl.treksoft.kvision.remote/-k-v-web-socket-config/register-web-socket-handlers.html b/api/pl.treksoft.kvision.remote/-k-v-web-socket-config/register-web-socket-handlers.html new file mode 100644 index 00000000..80d40bf2 --- /dev/null +++ b/api/pl.treksoft.kvision.remote/-k-v-web-socket-config/register-web-socket-handlers.html @@ -0,0 +1,14 @@ + + + +KVWebSocketConfig.registerWebSocketHandlers - kvision + + + +kvision / pl.treksoft.kvision.remote / KVWebSocketConfig / registerWebSocketHandlers
+
+

registerWebSocketHandlers

+ +open fun registerWebSocketHandlers(registry: <ERROR CLASS>): Unit + + diff --git a/api/pl.treksoft.kvision.remote/-k-v-web-socket-config/route-interceptor.html b/api/pl.treksoft.kvision.remote/-k-v-web-socket-config/route-interceptor.html new file mode 100644 index 00000000..18bca5a0 --- /dev/null +++ b/api/pl.treksoft.kvision.remote/-k-v-web-socket-config/route-interceptor.html @@ -0,0 +1,14 @@ + + + +KVWebSocketConfig.routeInterceptor - kvision + + + +kvision / pl.treksoft.kvision.remote / KVWebSocketConfig / routeInterceptor
+
+

routeInterceptor

+ +open fun routeInterceptor(): <ERROR CLASS> + + diff --git a/api/pl.treksoft.kvision.remote/-k-v-web-socket-config/services.html b/api/pl.treksoft.kvision.remote/-k-v-web-socket-config/services.html new file mode 100644 index 00000000..669aa7ed --- /dev/null +++ b/api/pl.treksoft.kvision.remote/-k-v-web-socket-config/services.html @@ -0,0 +1,14 @@ + + + +KVWebSocketConfig.services - kvision + + + +kvision / pl.treksoft.kvision.remote / KVWebSocketConfig / services
+
+

services

+ +lateinit var services: List<KVServiceManager<*>> + + diff --git a/api/pl.treksoft.kvision.remote/-k-v-web-socket-config/socket-handler.html b/api/pl.treksoft.kvision.remote/-k-v-web-socket-config/socket-handler.html new file mode 100644 index 00000000..95b9091d --- /dev/null +++ b/api/pl.treksoft.kvision.remote/-k-v-web-socket-config/socket-handler.html @@ -0,0 +1,14 @@ + + + +KVWebSocketConfig.socketHandler - kvision + + + +kvision / pl.treksoft.kvision.remote / KVWebSocketConfig / socketHandler
+
+

socketHandler

+ +open fun socketHandler(): <ERROR CLASS> + + diff --git a/api/pl.treksoft.kvision.remote/-k-v-web-socket-config/web-socket-session.html b/api/pl.treksoft.kvision.remote/-k-v-web-socket-config/web-socket-session.html new file mode 100644 index 00000000..93eb1f91 --- /dev/null +++ b/api/pl.treksoft.kvision.remote/-k-v-web-socket-config/web-socket-session.html @@ -0,0 +1,14 @@ + + + +KVWebSocketConfig.webSocketSession - kvision + + + +kvision / pl.treksoft.kvision.remote / KVWebSocketConfig / webSocketSession
+
+

webSocketSession

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