WebSocketStatus class abstract
Web socket status codes used when closing a web socket connection.
Constructors
Properties
- hashCode → int
-
The hash code for this object.
no setterinherited
- runtimeType → Type
-
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
- ABNORMAL_CLOSURE → const int
- GOING_AWAY → const int
- INTERNAL_SERVER_ERROR → const int
- INVALID_FRAME_PAYLOAD_DATA → const int
- MESSAGE_TOO_BIG → const int
- MISSING_MANDATORY_EXTENSION → const int
- NO_STATUS_RECEIVED → const int
- NORMAL_CLOSURE → const int
- POLICY_VIOLATION → const int
- PROTOCOL_ERROR → const int
- RESERVED_1004 → const int
- RESERVED_1015 → const int
- UNSUPPORTED_DATA → const int