Home
last modified time | relevance | path

Searched refs:Http2Options (Results 1 - 2 of 2) sorted by relevance

/third_party/node/src/
H A Dnode_http2.h182 // The Http2Options class is used to parse the options object passed in to
186 class Http2Options { class
188 Http2Options(Http2State* http2_state,
191 ~Http2Options() = default;
H A Dnode_http2.cc100 // The Http2Options object is used during the construction of Http2Session
104 Http2Options::Http2Options(Http2State* http2_state, SessionType type) { in Http2Options() function in node::http2::Http2Options
482 Http2Options opts(http2_state, type); in Http2Session()

Completed in 7 milliseconds