WebSocketSessionConnection

class WebSocketSessionConnection(webSocketSession: WebSocketSession) : RPCConnection, CoroutineScope

Functions

close
Link copied to clipboard
open suspend override fun close()
receive
Link copied to clipboard
open suspend override fun receive(): SerializedFrame
send
Link copied to clipboard
open suspend override fun send(frame: SerializedFrame)

Properties

coroutineContext
Link copied to clipboard
open override val coroutineContext: CoroutineContext
webSocketSession
Link copied to clipboard
val webSocketSession: WebSocketSession