Binary

data class Binary(val bytes: ByteString) : WebSocketFrame(source)

A web socket binary frame (0x2).

Constructors

Link copied to clipboard
constructor(bytes: ByteString)

Properties

Link copied to clipboard
val bytes: ByteString