Home
last modified time | relevance | path

Searched refs:http2_keep_alive_interval (Results 1 – 3 of 3) sorted by relevance

/tonic/tonic/src/transport/channel/
H A Dendpoint.rs33 pub(crate) http2_keep_alive_interval: Option<Duration>, field
269 pub fn http2_keep_alive_interval(self, interval: Duration) -> Self { in http2_keep_alive_interval() method
271 http2_keep_alive_interval: Some(interval), in http2_keep_alive_interval()
460 http2_keep_alive_interval: None, in from()
/tonic/tests/integration_tests/tests/
H A Dhttp2_keep_alive.rs70 .http2_keep_alive_interval(Duration::from_secs(5)) in http2_keepalive_does_not_cause_panics_on_client_side()
/tonic/tonic/src/transport/channel/service/
H A Dconnection.rs38 .keep_alive_interval(endpoint.http2_keep_alive_interval) in new()