Home
last modified time | relevance | path

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

/aosp_15_r20/external/rust/android-crates-io/crates/hyper/src/server/
Dserver.rs460 pub fn http2_max_concurrent_streams(mut self, max: impl Into<Option<u32>>) -> Self { in http2_max_concurrent_streams() method
461 self.protocol.http2_max_concurrent_streams(max.into()); in http2_max_concurrent_streams()
Dconn.rs493 pub fn http2_max_concurrent_streams(&mut self, max: impl Into<Option<u32>>) -> &mut Self { in http2_max_concurrent_streams() method
/aosp_15_r20/external/rust/android-crates-io/crates/tonic/src/transport/server/
Dmod.rs541 .http2_max_concurrent_streams(max_concurrent_streams) in serve_with_shutdown()