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

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

🌐 An object describing the current status of this Http2Session.