Home
last modified time | relevance | path

Searched defs:max_concurrent_reset_streams (Results 1 – 4 of 4) sorted by relevance

/aosp_15_r20/external/rust/android-crates-io/crates/hyper/src/client/conn/
Dhttp2.rs370 pub fn max_concurrent_reset_streams(&mut self, max: usize) -> &mut Self { in max_concurrent_reset_streams() method
/aosp_15_r20/external/rust/android-crates-io/crates/hyper/src/proto/h2/
Dclient.rs62 pub(crate) max_concurrent_reset_streams: Option<usize>, field
/aosp_15_r20/external/rust/android-crates-io/crates/h2/src/
Dclient.rs939 pub fn max_concurrent_reset_streams(&mut self, max: usize) -> &mut Self { in max_concurrent_reset_streams() method
Dserver.rs887 pub fn max_concurrent_reset_streams(&mut self, max: usize) -> &mut Self { in max_concurrent_reset_streams() method