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 --- .../-dummy-web-socket-server-session/index.html | 112 --------------------- 1 file changed, 112 deletions(-) delete mode 100644 api/pl.treksoft.kvision.remote/-dummy-web-socket-server-session/index.html (limited to 'api/pl.treksoft.kvision.remote/-dummy-web-socket-server-session/index.html') diff --git a/api/pl.treksoft.kvision.remote/-dummy-web-socket-server-session/index.html b/api/pl.treksoft.kvision.remote/-dummy-web-socket-server-session/index.html deleted file mode 100644 index 1db97071..00000000 --- a/api/pl.treksoft.kvision.remote/-dummy-web-socket-server-session/index.html +++ /dev/null @@ -1,112 +0,0 @@ - - - -DummyWebSocketServerSession - kvision - - - -kvision / pl.treksoft.kvision.remote / DummyWebSocketServerSession
-
-

DummyWebSocketServerSession

-class DummyWebSocketServerSession -

Constructors

- - - - - - - -
-

<init>

-
-DummyWebSocketServerSession()
-

Properties

- - - - - - - - - - - - - - - - - - - - - - - - - - - -
-

call

-
-val call: <ERROR CLASS>
-

coroutineContext

-
-val coroutineContext: CoroutineContext
-

incoming

-
-val incoming: <ERROR CLASS><<ERROR CLASS>>
-

masking

-
-var masking: Boolean
-

maxFrameSize

-
-var maxFrameSize: Long
-

outgoing

-
-val outgoing: <ERROR CLASS><<ERROR CLASS>>
-

Functions

- - - - - - - - - - - - - - - -
-

close

-
-suspend fun close(cause: Throwable?): Unit
-

flush

-
-suspend fun flush(): Unit
-

terminate

-
-fun terminate(): Unit
-

Extension Functions

- - - - - - - -
-

createInstance

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

Helper function for creating JavaScript objects from dynamic constructors.

-
- - -- cgit