WKConnectionManager class

Properties

checkNetworkSecond Duration
final
checkNetworkTimer Timer?
getter/setter pair
hashCode int
The hash code for this object.
no setterinherited
heartIntervalSecond Duration
final
heartTimer Timer?
getter/setter pair
isDisconnection bool
getter/setter pair
isNetworkUnavailable bool
getter/setter pair
isReconnection bool
getter/setter pair
lastConnectivityResult ↔ ConnectivityResult?
getter/setter pair
reconnMilliseconds int
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
unReceivePongCount int
getter/setter pair

Methods

addOnConnectionStatus(String key, dynamic back(int, int?, ConnectionInfo?)) → dynamic
connect() → dynamic
disconnect(bool isLogout) → dynamic
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
removeOnConnectionStatus(String key) → dynamic
sendMessage(WKMsg wkMsg) → dynamic
setConnectionStatus(int status, {int? reasoncode, ConnectionInfo? info}) → dynamic
testCutData(Uint8List data) → dynamic
toString() String
A string representation of this object.
inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited

Static Properties

shared WKConnectionManager
no setter