Binary

class Binary(val bytes: ByteArray) : WebSocketFrame

A web socket binary frame (0x2).

Constructors

Link copied to clipboard
fun Binary(bytes: ByteArray)

Properties

Link copied to clipboard
val bytes: ByteArray

Sources

Link copied to clipboard