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 newHttp2Streamis 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 theHttp2Streamfor which aHEADERSorDATAframe was most recently received.remoteWindowSize{number} The number of bytes that thisHttp2Sessionmay 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.
