FrameType

enum FrameType : Enum<FrameType>

Frame types enum

Entries

Link copied to clipboard
PONG(true, 10)

Low level pong frame type

Link copied to clipboard
PING(true, 9)

Low level ping frame type

Link copied to clipboard
CLOSE(true, 8)

Low level close frame type

Link copied to clipboard
BINARY(false, 2)

Regular application level binary frame

Link copied to clipboard
TEXT(false, 1)

Regular application level text frame

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
val controlFrame: Boolean

if this is control frame type

Link copied to clipboard
val name: String
Link copied to clipboard
val opcode: Int
Link copied to clipboard
val ordinal: Int