Home
last modified time | relevance | path

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

/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
/external/rust/android-crates-io/crates/hyper/src/server/
Dconn.rs528 pub fn http2_keep_alive_interval( in http2_keep_alive_interval() method
Dserver.rs492 pub fn http2_keep_alive_interval(mut self, interval: impl Into<Option<Duration>>) -> Self { in http2_keep_alive_interval() method
/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