FrameType

A WebSocket frame type.

Entries

Link copied to clipboard

A regular application level text frame.

Link copied to clipboard

A regular application level binary frame.

Link copied to clipboard

A low level close frame.

Link copied to clipboard

A low level ping frame.

Link copied to clipboard

A low level pong frame.

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

if this is control frame type

Link copied to clipboard

Returns a representation of an immutable list of all enum entries, in the order they're declared.

Link copied to clipboard
Link copied to clipboard
val opcode: Int
Link copied to clipboard

Functions

Link copied to clipboard
fun valueOf(value: String): FrameType

Returns the enum constant of this type with the specified name. The string must match exactly an identifier used to declare an enum constant in this type. (Extraneous whitespace characters are not permitted.)

Link copied to clipboard

Returns an array containing the constants of this enum type, in the order they're declared.