Close

data class Close(val code: Int, val reason: String?) : WebSocketFrame(source)

A web socket close frame (0x8).

Constructors

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

Properties

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