HttpConnectionsInfo

关于当前 HttpServer 的套接字连接的摘要统计。

构造函数

HttpConnectionsInfo()

属性

active int
实际请求/响应处理活跃的活动的连接数量。
getter/setter 对
closing int
正在准备关闭的连接数量。
getter/setter 对
hashCode int
此对象的哈希码。
没有setter继承
idle int
客户端保持为持久连接的空闲连接数量。
getter/setter 对
runtimeType Type
对象运行时类型的表示。
没有setter继承
total int
套接字连接的总数。
getter/setter 对

方法

noSuchMethod(Invocation invocation) → dynamic
当访问不存在的方法或属性时被调用。
继承
toString() String
此对象的字符串表示。
继承

运算符

operator ==(Object other) bool
等于运算符。
继承