class DummyWebSocketServerSession
DummyWebSocketServerSession() |
val call: <ERROR CLASS> |
|
val coroutineContext: CoroutineContext |
|
val incoming: <ERROR CLASS><<ERROR CLASS>> |
|
var masking: Boolean |
|
var maxFrameSize: Long |
|
val outgoing: <ERROR CLASS><<ERROR CLASS>> |
suspend fun close(cause: Throwable?): Unit |
|
suspend fun flush(): Unit |
|
fun terminate(): Unit |
fun <T> Any?.createInstance(vararg args: dynamic): T
Helper function for creating JavaScript objects from dynamic constructors. |