Nodehttp2Http2Session.setTimeoutmethod Http2Session.setTimeout#Http2Session.setTimeout(msecs: number,callback?: () => void,): voidUsed to set a callback function that is called when there is no activity on the Http2Session after msecs milliseconds. The given callback is registered as a listener on the 'timeout' event. Parameters ##msecs: numberoptional#callback: () => voidReturn Type #void
method Http2Session.setTimeout#Http2Session.setTimeout(msecs: number,callback?: () => void,): voidUsed to set a callback function that is called when there is no activity on the Http2Session after msecs milliseconds. The given callback is registered as a listener on the 'timeout' event. Parameters ##msecs: numberoptional#callback: () => voidReturn Type #void