krpc-shared-impl-ktor
0.1.146
krpc-shared-impl-ktor
/
org.brightify.hyperdrive.krpc.ktor
/
WebSocketSessionConnection
Web
Socket
Session
Connection
class
WebSocketSessionConnection
(
val
webSocketSession
:
WebSocketSession
)
:
RPCConnection
,
CoroutineScope
Content copied to clipboard
Constructors
Functions
Properties
Constructors
Web
Socket
Session
Connection
Link copied to clipboard
fun
WebSocketSessionConnection
(
webSocketSession
:
WebSocketSession
)
Content copied to clipboard
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
coroutine
Context
Link copied to clipboard
open
override
val
coroutineContext
:
CoroutineContext
Content copied to clipboard
web
Socket
Session
Link copied to clipboard
val
webSocketSession
:
WebSocketSession
Content copied to clipboard