WebSocketSessionConnection

class WebSocketSessionConnection(val webSocketSession: WebSocketSession) : RPCConnection, CoroutineScope

Constructors

Link copied to clipboard
fun WebSocketSessionConnection(webSocketSession: WebSocketSession)

Functions

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

Properties

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