Home
last modified time | relevance | path

Searched refs:http2_keep_alive_while_idle (Results 1 – 4 of 4) sorted by relevance

/aosp_15_r20/external/rust/android-crates-io/crates/tonic/src/transport/channel/
Dendpoint.rs34 pub(crate) http2_keep_alive_while_idle: Option<bool>, field
280 http2_keep_alive_while_idle: Some(enabled), in keep_alive_while_idle()
434 http2_keep_alive_while_idle: None, in from()
/aosp_15_r20/external/rust/android-crates-io/crates/tonic/src/transport/service/
Dconnection.rs51 if let Some(val) = endpoint.http2_keep_alive_while_idle { in new()
52 settings.http2_keep_alive_while_idle(val); in new()
/aosp_15_r20/external/rust/android-crates-io/crates/hyper/src/client/
Dclient.rs1309 pub fn http2_keep_alive_while_idle(&mut self, enabled: bool) -> &mut Self { in http2_keep_alive_while_idle() method
1310 self.conn_builder.http2_keep_alive_while_idle(enabled); in http2_keep_alive_while_idle()
Dconn.rs954 pub fn http2_keep_alive_while_idle(&mut self, enabled: bool) -> &mut Self { in http2_keep_alive_while_idle() method