BinaryData

data class BinaryData(val payload: ByteString) : EngineIOPacket<Nothing> (source)

Raw binary data sent as a pure binary web socket frame, or as a base64 record in HTTP long-polling mode.

Constructors

Link copied to clipboard
constructor(payload: ByteString)

Properties

Link copied to clipboard
val payload: ByteString