From fb7ff5b8bf2073a8d7b78011b9edffc830dc63cb Mon Sep 17 00:00:00 2001 From: Robert Jaros Date: Sat, 26 Oct 2019 00:17:24 +0200 Subject: API documentation for KVision 2.0.0 --- .../-k-v-web-socket-config/index.html | 46 +++------------------- 1 file changed, 5 insertions(+), 41 deletions(-) (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 index 1ca80257..4c8cd424 100644 --- 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 @@ -9,7 +9,6 @@

KVWebSocketConfig

open class KVWebSocketConfig -

Automatic websockets configuration.

Constructors

@@ -18,28 +17,7 @@

<init>

- - -
-KVWebSocketConfig() -

Automatic websockets configuration.

-
-

Properties

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

applicationContext

-
-lateinit var applicationContext: <ERROR CLASS>
-

services

-
-lateinit var services: List<KVServiceManager<*>>
@@ -48,31 +26,17 @@ -

registerWebSocketHandlers

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

routeInterceptor

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

socketHandler

+

handlerAdapter

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

webSocketSession

+

handlerMapping

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