Closed

class Closed(event: CloseEvent) : SessionState

indicates closed state

Constructors

Closed
Link copied to clipboard
js
fun Closed(event: CloseEvent)

Functions

asShort
Link copied to clipboard
js
open override fun asShort(): Short
gives the SessionState as Short
equals
Link copied to clipboard
js
open operator fun equals(other: Any?): Boolean
hashCode
Link copied to clipboard
js
open fun hashCode(): Int
toString
Link copied to clipboard
js
open override fun toString(): String

Properties

event
Link copied to clipboard
js
val event: CloseEvent
CloseEvent when connection is closed