Home
last modified time | relevance | path

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

/tonic/tonic/src/transport/channel/service/
H A Dconnection.rs43 settings.keep_alive_timeout(val); in new()
/tonic/tonic/src/transport/channel/
H A Dendpoint.rs277 pub fn keep_alive_timeout(self, duration: Duration) -> Self { in keep_alive_timeout() method
/tonic/tonic/src/transport/server/
H A Dmod.rs693 .keep_alive_timeout(http2_keepalive_timeout) in serve_internal()