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