Tachyon Shared Implementation Ktor (krpc-shared-impl-ktor)
/
org.brightify.hyperdrive.krpc.ktor
/
WebSocketSessionConnection
Web
Socket
Session
Connection
class
WebSocketSessionConnection
(webSocketSession:
WebSocketSession
) :
RPCConnection
,
CoroutineScope
Content copied to clipboard
Functions
Properties
Functions
close
Link copied to clipboard
open suspend override fun
close
()
Content copied to clipboard
receive
Link copied to clipboard
open suspend override fun
receive
():
SerializedFrame
Content copied to clipboard
send
Link copied to clipboard
open suspend override fun
send
(frame:
SerializedFrame
)
Content copied to clipboard
Properties
coroutineContext
Link copied to clipboard
open override val
coroutineContext
:
CoroutineContext
Content copied to clipboard
webSocketSession
Link copied to clipboard
val
webSocketSession
:
WebSocketSession
Content copied to clipboard