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.