http2session.state
提供有关 Http2Session 当前状态的其他信息。
¥Provides miscellaneous information about the current state of the
Http2Session.
-
-
effectiveLocalWindowSize<number>Http2Session的当前本地(接收)流控制窗口大小。¥
effectiveLocalWindowSize<number> The current local (receive) flow control window size for theHttp2Session. -
effectiveRecvDataLength<number> 自上次流控制WINDOW_UPDATE以来已接收的当前字节数。¥
effectiveRecvDataLength<number> The current number of bytes that have been received since the last flow controlWINDOW_UPDATE. -
nextStreamID<number> 下一次此Http2Session创建新Http2Stream时要使用的数字标识符。¥
nextStreamID<number> The numeric identifier to be used the next time a newHttp2Streamis created by thisHttp2Session. -
localWindowSize<number> 远程对等方在不接收WINDOW_UPDATE的情况下可以发送的字节数。¥
localWindowSize<number> The number of bytes that the remote peer can send without receiving aWINDOW_UPDATE. -
lastProcStreamID<number> 最近收到HEADERS或DATA帧的Http2Stream的数字 ID。¥
lastProcStreamID<number> The numeric id of theHttp2Streamfor which aHEADERSorDATAframe was most recently received. -
remoteWindowSize<number> 此Http2Session在不接收WINDOW_UPDATE的情况下可以发送的字节数。¥
remoteWindowSize<number> The number of bytes that thisHttp2Sessionmay send without receiving aWINDOW_UPDATE. -
outboundQueueSize<number> 当前在此Http2Session的出站队列中的帧数。¥
outboundQueueSize<number> The number of frames currently within the outbound queue for thisHttp2Session. -
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.