Home
last modified time | relevance | path

Searched defs:http2_max_pending_accept_reset_streams (Results 1 – 3 of 3) sorted by relevance

/aosp_15_r20/external/rust/android-crates-io/crates/tonic/src/transport/server/
Dmod.rs95 http2_max_pending_accept_reset_streams: Option<usize>, field
283 pub fn http2_max_pending_accept_reset_streams(self, max: Option<usize>) -> Self { in http2_max_pending_accept_reset_streams() method
522 let http2_max_pending_accept_reset_streams = self.http2_max_pending_accept_reset_streams; in serve_with_shutdown() localVariable
/aosp_15_r20/external/rust/android-crates-io/crates/hyper/src/server/
Dconn.rs408 pub fn http2_max_pending_accept_reset_streams( in http2_max_pending_accept_reset_streams() method
Dserver.rs385 pub fn http2_max_pending_accept_reset_streams(mut self, max: impl Into<Option<usize>>) -> Self { in http2_max_pending_accept_reset_streams() method