dart:io
WebSocketStatus class
WebSocket status codes used when closing a WebSocket connection.
Constructors
- WebSocketStatus()
Properties
- hashCode → int
read-only, inherited
- The hash code for this object.
- runtimeType → Type
read-only, inherited
- A representation of the runtime type of the object.
Methods
- noSuchMethod(Invocation invocation) → dynamic
inherited
- Invoked when a non-existent method or property is accessed.
- toString() → String
inherited
- A string representation of this object.
Operators
- operator ==(Object other) → bool
inherited
- The equality operator.
Constants
- abnormalClosure → const int
-
1006
- goingAway → const int
-
1001
- internalServerError → const int
-
1011
- invalidFramePayloadData → const int
-
1007
- messageTooBig → const int
-
1009
- missingMandatoryExtension → const int
-
1010
- normalClosure → const int
-
1000
- noStatusReceived → const int
-
1005
- policyViolation → const int
-
1008
- protocolError → const int
-
1002
- reserved1004 → const int
-
1004
- reserved1015 → const int
-
1015
- unsupportedData → const int
-
1003