http2session.state
提供有关当前 Http2Session 状态的各种信息。
【Provides miscellaneous information about the current state of the
Http2Session.】
- 类型: <Object>
effectiveLocalWindowSize<number> 当前Http2Session的本地(接收)流量控制窗口大小。effectiveRecvDataLength<number> 自上次流量控制WINDOW_UPDATE以来已接收的字节数。nextStreamID<number> 下次由此Http2Session创建新的Http2Stream时将使用的数字标识符。localWindowSize<number> 远程节点在收到WINDOW_UPDATE前可以发送的字节数。lastProcStreamID<number> 最近接收到HEADERS或DATA帧的Http2Stream的数字 ID。remoteWindowSize<number> 此Http2Session在接收到WINDOW_UPDATE之前可以发送的字节数。outboundQueueSize<number> 当前在此Http2Session的出站队列中的帧数。deflateDynamicTableSize<number> 出站头部压缩状态表当前的字节大小。inflateDynamicTableSize<number> 当前入站头部压缩状态表的字节大小。
描述此 Http2Session 当前状态的对象。
【An object describing the current status of this Http2Session.】