WsCloseInfo

data class WsCloseInfo(val code: Int, val reason: String)

Constructors

Link copied to clipboard
constructor(code: Int, reason: String)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
val code: Int
Link copied to clipboard

Functions

Link copied to clipboard
Link copied to clipboard
fun toFrame(masked: Boolean): WsFrame