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/-init-.html | 5 +-- .../application-context.html | 14 ------- .../-k-v-web-socket-config/handler-adapter.html | 14 +++++++ .../-k-v-web-socket-config/handler-mapping.html | 14 +++++++ .../-k-v-web-socket-config/index.html | 46 +++------------------- .../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 ------- 10 files changed, 35 insertions(+), 128 deletions(-) delete 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/handler-adapter.html create mode 100644 api/pl.treksoft.kvision.remote/-k-v-web-socket-config/handler-mapping.html delete mode 100644 api/pl.treksoft.kvision.remote/-k-v-web-socket-config/register-web-socket-handlers.html delete mode 100644 api/pl.treksoft.kvision.remote/-k-v-web-socket-config/route-interceptor.html delete mode 100644 api/pl.treksoft.kvision.remote/-k-v-web-socket-config/services.html delete mode 100644 api/pl.treksoft.kvision.remote/-k-v-web-socket-config/socket-handler.html delete 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 index e445cb05..3fcf33ef 100644 --- 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 @@ -8,8 +8,7 @@ kvision / pl.treksoft.kvision.remote / KVWebSocketConfig / <init>

<init>

- -KVWebSocketConfig() -

Automatic websockets configuration.

+ +KVWebSocketConfig(services: List<KVServiceManager<*>>, applicationContext: <ERROR CLASS>) 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 deleted file mode 100644 index 2ef3f390..00000000 --- a/api/pl.treksoft.kvision.remote/-k-v-web-socket-config/application-context.html +++ /dev/null @@ -1,14 +0,0 @@ - - - -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/handler-adapter.html b/api/pl.treksoft.kvision.remote/-k-v-web-socket-config/handler-adapter.html new file mode 100644 index 00000000..d6abd9c5 --- /dev/null +++ b/api/pl.treksoft.kvision.remote/-k-v-web-socket-config/handler-adapter.html @@ -0,0 +1,14 @@ + + + +KVWebSocketConfig.handlerAdapter - kvision + + + +kvision / pl.treksoft.kvision.remote / KVWebSocketConfig / handlerAdapter
+
+

handlerAdapter

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

handlerMapping

+ +open fun handlerMapping(): <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 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> 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 deleted file mode 100644 index 80d40bf2..00000000 --- a/api/pl.treksoft.kvision.remote/-k-v-web-socket-config/register-web-socket-handlers.html +++ /dev/null @@ -1,14 +0,0 @@ - - - -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 deleted file mode 100644 index 18bca5a0..00000000 --- a/api/pl.treksoft.kvision.remote/-k-v-web-socket-config/route-interceptor.html +++ /dev/null @@ -1,14 +0,0 @@ - - - -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 deleted file mode 100644 index 669aa7ed..00000000 --- a/api/pl.treksoft.kvision.remote/-k-v-web-socket-config/services.html +++ /dev/null @@ -1,14 +0,0 @@ - - - -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 deleted file mode 100644 index 95b9091d..00000000 --- a/api/pl.treksoft.kvision.remote/-k-v-web-socket-config/socket-handler.html +++ /dev/null @@ -1,14 +0,0 @@ - - - -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 deleted file mode 100644 index 93eb1f91..00000000 --- a/api/pl.treksoft.kvision.remote/-k-v-web-socket-config/web-socket-session.html +++ /dev/null @@ -1,14 +0,0 @@ - - - -KVWebSocketConfig.webSocketSession - kvision - - - -kvision / pl.treksoft.kvision.remote / KVWebSocketConfig / webSocketSession
-
-

webSocketSession

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