NollyAPI
Toggle table of contents
0.0.1
jvm
Platform filter
jvm
Switch theme
Search in API
NollyAPI
NollyAPI
/
com.thenolle.api.nollyapi.util.web.socket
/
SocketSession
/
send
send
suspend
fun
send
(
text
:
String
)
:
SocketSession
Sends a message to the WebSocket client.
Return
The updated
SocketSession
instance.
Parameters
text
The message to send.