Searched refs:http2_max_concurrent_streams (Results 1 – 3 of 3) sorted by relevance
460 pub fn http2_max_concurrent_streams(mut self, max: impl Into<Option<u32>>) -> Self { in http2_max_concurrent_streams() method461 self.protocol.http2_max_concurrent_streams(max.into()); in http2_max_concurrent_streams()
493 pub fn http2_max_concurrent_streams(&mut self, max: impl Into<Option<u32>>) -> &mut Self { in http2_max_concurrent_streams() method
541 .http2_max_concurrent_streams(max_concurrent_streams) in serve_with_shutdown()