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