Dart
dart:io
WebSocketStatus
goingAway constant
goingAway
WebSocketStatus class
Constructors
WebSocketStatus
Properties
hashCode
runtimeType
Methods
noSuchMethod
toString
Operators
operator ==
Constants
ABNORMAL_CLOSURE
abnormalClosure
GOING_AWAY
goingAway
INTERNAL_SERVER_ERROR
internalServerError
INVALID_FRAME_PAYLOAD_DATA
invalidFramePayloadData
MESSAGE_TOO_BIG
messageTooBig
MISSING_MANDATORY_EXTENSION
missingMandatoryExtension
NO_STATUS_RECEIVED
NORMAL_CLOSURE
normalClosure
noStatusReceived
POLICY_VIOLATION
policyViolation
PROTOCOL_ERROR
protocolError
reserved1004
reserved1015
RESERVED_1004
RESERVED_1015
UNSUPPORTED_DATA
unsupportedData
goingAway constant
int
const
goingAway
=
1001
Implementation
static const int goingAway = 1001