krossbow-websocket-core
3.7.0
common
krossbow-websocket-core
/
org.hildan.krossbow.websocket
/
WebSocketFrame
/
Text
Text
common
data
class
Text
(
val
text
:
String
)
:
WebSocketFrame
Content copied to clipboard
A web socket text frame (0x1).
Constructors
Properties
Constructors
Text
Link copied to clipboard
common
fun
Text
(
text
:
String
)
Content copied to clipboard
Properties
text
Link copied to clipboard
common
val
text
:
String
Content copied to clipboard