ClientsInfo class

ClientsInfo

Constructors

ClientsInfo({required int connectedClients, required int clientLongestOutputList, required int clientBiggestInputBuf, required int blockedClients})
ClientsInfo
ClientsInfo.fromMap(Map<String, String> map)
fromMap
factory

Properties

blockedClients int
被阻塞的客户端数量
final
clientBiggestInputBuf int
客户端输入缓存区最大的长度
final
clientLongestOutputList int
客户端输出列表最长的长度
final
connectedClients int
已连接的客户端数量
final
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