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> 最近接收到 HEADERSDATA 帧的 Http2Stream 的数字 ID。
    • remoteWindowSize <number>Http2Session 在接收到 WINDOW_UPDATE 之前可以发送的字节数。
    • outboundQueueSize <number> 当前在此 Http2Session 的出站队列中的帧数。
    • deflateDynamicTableSize <number> 出站头部压缩状态表当前的字节大小。
    • inflateDynamicTableSize <number> 当前入站头部压缩状态表的字节大小。

描述此 Http2Session 当前状态的对象。

【An object describing the current status of this Http2Session.】