Binary

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

Represents the body of a StompFrame that was received as a binary web socket frame.

Constructors

Link copied to clipboard
constructor(bytes: ByteString)

Properties

Link copied to clipboard
open override val bytes: ByteString

The bytes of this frame body. For a text frame, the text is encoded as UTF-8.