ConnectionConfiguration class

Constructors

ConnectionConfiguration({ClientVersionCodeSupported? clientVersionCodeSupported, int millisecondsToDisconnectClientAfterWithoutClientPing = 12 * 1000, int intervalInMsClientPing = 1 * 1000, int intervalInMsClientSendSameMessage = 5 * 1000, int intervalInMsServerSendSameMessage = 5 * 1000, bool isFromServer = false, int reconnectClientAfterMillisecondsWithoutServerPong = 6 * 1000, int requestTimeoutInMs = 7 * 1000, int waitForAuthenticationTimeoutInMs = 4 * 1000, String serverVersion = 'none'})
ConnectionConfiguration.fromMap(dynamic map)

Properties

clientVersionCodeSupported ↔ ClientVersionCodeSupported
getter/setter pair
hashCode → int
The hash code for this object.
no setterinherited
incompatibleVersion → bool
no setter
intervalInMsClientPing ↔ int
getter/setter pair
intervalInMsClientSendSameMessage ↔ int
getter/setter pair
intervalInMsServerSendSameMessage ↔ int
getter/setter pair
isFromServer ↔ bool
getter/setter pair
millisecondsToDisconnectClientAfterWithoutClientPing ↔ int
getter/setter pair
reconnectClientAfterMillisecondsWithoutServerPong ↔ int
getter/setter pair
requestTimeoutInMs ↔ int
getter/setter pair
runtimeType → Type
A representation of the runtime type of the object.
no setterinherited
serverVersion ↔ String
getter/setter pair
waitForAuthenticationTimeoutInMs ↔ int
getter/setter pair

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