http2session.state
提供有关 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
状态的对象。
Provides miscellaneous information about the current state of the
Http2Session
.
- <Object>
effectiveLocalWindowSize
<number> The current local (receive) flow control window size for theHttp2Session
.effectiveRecvDataLength
<number> The current number of bytes that have been received since the last flow controlWINDOW_UPDATE
.nextStreamID
<number> The numeric identifier to be used the next time a newHttp2Stream
is created by thisHttp2Session
.localWindowSize
<number> The number of bytes that the remote peer can send without receiving aWINDOW_UPDATE
.lastProcStreamID
<number> The numeric id of theHttp2Stream
for which aHEADERS
orDATA
frame was most recently received.remoteWindowSize
<number> The number of bytes that thisHttp2Session
may send without receiving aWINDOW_UPDATE
.outboundQueueSize
<number> The number of frames currently within the outbound queue for thisHttp2Session
.deflateDynamicTableSize
<number> The current size in bytes of the outbound header compression state table.inflateDynamicTableSize
<number> The current size in bytes of the inbound header compression state table.
An object describing the current status of this Http2Session
.