WebSocketStatus class - dart:io library (original) (raw)

WebSocket status codes used when closing a WebSocket connection.

Constructors

WebSocketStatus()

Properties

hashCodeint

The hash code for this object.

no setterinherited

runtimeTypeType

A representation of the runtime type of the object.

no setterinherited

Methods

noSuchMethod(Invocation invocation)→ dynamic

Invoked when a nonexistent method or property is accessed.

inherited

toString()→ String

A string representation of this object.

inherited

Operators

operator ==(Object other)→ bool

The equality operator.

inherited

Constants

abnormalClosure → const int

goingAway → const int

internalServerError → const int

invalidFramePayloadData → const int

messageTooBig → const int

missingMandatoryExtension → const int

normalClosure → const int

noStatusReceived → const int

policyViolation → const int

protocolError → const int

reserved1004 → const int

reserved1015 → const int

unsupportedData → const int