Home
last modified time | relevance | path

Searched defs:http2_keep_alive_timeout (Results 1 – 5 of 5) sorted by relevance

/aosp_15_r20/external/rust/android-crates-io/crates/tonic/src/transport/channel/
Dendpoint.rs33 pub(crate) http2_keep_alive_timeout: Option<Duration>, field
/aosp_15_r20/external/rust/android-crates-io/crates/hyper/src/server/
Dconn.rs532 pub fn http2_keep_alive_timeout(&mut self, timeout: Duration) -> &mut Self { in http2_keep_alive_timeout() method
Dserver.rs494 pub fn http2_keep_alive_timeout(mut self, timeout: Duration) -> Self { in http2_keep_alive_timeout() method
/aosp_15_r20/external/rust/android-crates-io/crates/hyper/src/client/
Dconn.rs934 pub fn http2_keep_alive_timeout(&mut self, timeout: Duration) -> &mut Self { in http2_keep_alive_timeout() method
Dclient.rs1289 pub fn http2_keep_alive_timeout(&mut self, timeout: Duration) -> &mut Self { in http2_keep_alive_timeout() method