Home
last modified time | relevance | path

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

/aosp_15_r20/external/rust/android-crates-io/crates/hyper/src/server/conn/
Dhttp2.rs187 pub fn keep_alive_interval(&mut self, interval: impl Into<Option<Duration>>) -> &mut Self { in keep_alive_interval() method
/aosp_15_r20/external/rust/android-crates-io/crates/hyper/src/client/conn/
Dhttp2.rs331 pub fn keep_alive_interval(&mut self, interval: impl Into<Option<Duration>>) -> &mut Self { in keep_alive_interval() method
/aosp_15_r20/external/rust/android-crates-io/crates/hyper/src/proto/h2/
Dclient.rs57 pub(crate) keep_alive_interval: Option<Duration>, field
Dserver.rs53 pub(crate) keep_alive_interval: Option<Duration>, field
Dping.rs106 pub(super) keep_alive_interval: Option<Duration>, field