• Home
  • Raw
  • Download

Lines Matching refs:http2session

116 `http2session.type` property can be used to determine the mode in which an
219 When using `http2session.settings()` to submit new settings, the modified
316 After the `http2session.setTimeout()` method is used to set the timeout period
326 #### `http2session.alpnProtocol`
338 #### `http2session.close([callback])`
347 created. Once closed, `http2session.destroy()` *might* be called if there
353 #### `http2session.closed`
363 #### `http2session.connecting`
374 #### `http2session.destroy([error][, code])`
395 #### `http2session.destroyed`
405 #### `http2session.encrypted`
417 #### `http2session.goaway([code[, lastStreamID[, opaqueData]]])`
430 #### `http2session.localSettings`
440 #### `http2session.originSet`
453 #### `http2session.pendingSettingsAck`
462 `http2session.settings()` method. Will be `false` once all sent `SETTINGS`
465 #### `http2session.ping([payload, ]callback)`
503 #### `http2session.ref()`
511 #### `http2session.remoteSettings`
521 #### `http2session.setLocalWindowSize(windowSize)`
544 #### `http2session.setTimeout(msecs, callback)`
556 #### `http2session.socket`
574 #### `http2session.state`
604 #### `http2session.settings([settings][, callback])`
619 Once called, the `http2session.pendingSettingsAck` property will be `true`
627 #### `http2session.type`
634 The `http2session.type` will be equal to
639 #### `http2session.unref()`
812 `http2session.originSet` will be updated to include the received
853 For HTTP/2 Client `Http2Session` instances only, the `http2session.request()`
857 This method is only available if `http2session.type` is equal to
913 `http2session.request()` method is called, or in response to an incoming
947 `http2session.request()` method is called.
949 On the client, the `Http2Stream` instance returned by `http2session.request()`
965 * The `http2stream.destroy()` or `http2session.destroy()` methods are called.
1871 sessions. To gracefully shut down the server, call [`http2session.close()`][] on
2077 sessions. To gracefully shut down the server, call [`http2session.close()`][] on
2696 `http2session.settings()`, `http2session.localSettings`, and
2697 `http2session.remoteSettings` APIs either return or receive as input an
3830 [`http2session.close()`]: #http2_http2session_close_callback