SetupPayload

class SetupPayload @JvmOverloads constructor(data: ByteReadPacket, metadata: ByteReadPacket? = null) : Closeable

Represents the Setup Frame that is sent by the client to inform the server of the parameters under which it desires to operate.

Constructors

Link copied to clipboard
constructor(data: ByteReadPacket, metadata: ByteReadPacket? = null)

Types

Link copied to clipboard
object Companion

Functions

Link copied to clipboard
open override fun close()
Link copied to clipboard