Home
last modified time | relevance | path

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

/aosp_15_r20/external/rust/android-crates-io/crates/tonic/src/transport/channel/
Dendpoint.rs32 pub(crate) http2_keep_alive_interval: Option<Duration>, field
262 pub fn http2_keep_alive_interval(self, interval: Duration) -> Self { in http2_keep_alive_interval() method
/aosp_15_r20/external/rust/android-crates-io/crates/hyper/src/server/
Dconn.rs511 pub fn http2_keep_alive_interval( in http2_keep_alive_interval() method
Dserver.rs477 pub fn http2_keep_alive_interval(mut self, interval: impl Into<Option<Duration>>) -> Self { in http2_keep_alive_interval() method
/aosp_15_r20/external/rust/android-crates-io/crates/hyper/src/client/
Dconn.rs913 pub fn http2_keep_alive_interval( in http2_keep_alive_interval() method
Dclient.rs1268 pub fn http2_keep_alive_interval( in http2_keep_alive_interval() method