Web Socket Frame
data class WebSocketFrame(opcode: Double, mask: Boolean, payloadData: String)
Content copied to clipboard
WebSocket message data. This represents an entire WebSocket message, not just a fragmented frame as the name suggests.
Constructors
WebSocketFrame
Link copied to clipboard
Properties
Sources
jvm source
Link copied to clipboard