From 8883419bfcec00947863741d48dbd89cc877615a Mon Sep 17 00:00:00 2001 From: Robert Jaros Date: Thu, 4 Apr 2019 13:10:28 +0200 Subject: API documentation for KVision 0.0.32 --- .../-dummy-web-socket-server-session/index.html | 112 +++++++++++++++++++++ 1 file changed, 112 insertions(+) create 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 new file mode 100644 index 00000000..1db97071 --- /dev/null +++ b/api/pl.treksoft.kvision.remote/-dummy-web-socket-server-session/index.html @@ -0,0 +1,112 @@ + + + +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