http2session.state


提供有关 Http2Session 当前状态的其他信息。

¥Provides miscellaneous information about the current state of the Http2Session.

  • <Object>

    • effectiveLocalWindowSize <number> Http2Session 的当前本地(接收)流控制窗口大小。

      ¥effectiveLocalWindowSize <number> The current local (receive) flow control window size for the Http2Session.

    • effectiveRecvDataLength <number> 自上次流控制 WINDOW_UPDATE 以来已接收的当前字节数。

      ¥effectiveRecvDataLength <number> The current number of bytes that have been received since the last flow control WINDOW_UPDATE.

    • nextStreamID <number> 下一次此 Http2Session 创建新 Http2Stream 时要使用的数字标识符。

      ¥nextStreamID <number> The numeric identifier to be used the next time a new Http2Stream is created by this Http2Session.

    • localWindowSize <number> 远程对等方在不接收 WINDOW_UPDATE 的情况下可以发送的字节数。

      ¥localWindowSize <number> The number of bytes that the remote peer can send without receiving a WINDOW_UPDATE.

    • lastProcStreamID <number> 最近收到 HEADERSDATA 帧的 Http2Stream 的数字 ID。

      ¥lastProcStreamID <number> The numeric id of the Http2Stream for which a HEADERS or DATA frame was most recently received.

    • remoteWindowSize <number>Http2Session 在不接收 WINDOW_UPDATE 的情况下可以发送的字节数。

      ¥remoteWindowSize <number> The number of bytes that this Http2Session may send without receiving a WINDOW_UPDATE.

    • outboundQueueSize <number> 当前在此 Http2Session 的出站队列中的帧数。

      ¥outboundQueueSize <number> The number of frames currently within the outbound queue for this Http2Session.

    • deflateDynamicTableSize <number> 出站标头压缩状态表的当前大小(以字节为单位)。

      ¥deflateDynamicTableSize <number> The current size in bytes of the outbound header compression state table.

    • inflateDynamicTableSize <number> 入站标头压缩状态表的当前大小(以字节为单位)。

      ¥inflateDynamicTableSize <number> The current size in bytes of the inbound header compression state table.

描述当前 Http2Session 状态的对象。

¥An object describing the current status of this Http2Session.