interface SessionOptions
Properties Jump to heading
optional
Jump to headingmaxDeflateDynamicTableSize: number | undefinedoptional
Jump to headingmaxSessionMemory: number | undefinedoptional
Jump to headingmaxHeaderListPairs: number | undefinedoptional
Jump to headingmaxOutstandingPings: number | undefinedoptional
Jump to headingmaxSendHeaderBlockLength: number | undefinedoptional
Jump to headingpaddingStrategy: number | undefinedoptional
Jump to headingpeerMaxConcurrentStreams: number | undefinedoptional
Jump to headingsettings: Settings | undefinedoptional
Jump to headingremoteCustomSettings: number[] | undefinedoptional
Jump to headingunknownProtocolTimeout: number | undefinedSpecifies a timeout in milliseconds that
a server should wait when an ['unknownProtocol'][] is emitted. If the
socket has not been destroyed by that time the server will destroy it.
Methods Jump to heading
optional
Jump to headingselectPadding(frameLen: number,maxFrameLen: number,): number