Searched refs:http2_initial_stream_window_size (Results 1 – 6 of 6) sorted by relevance
400 pub fn http2_initial_stream_window_size(mut self, sz: impl Into<Option<u32>>) -> Self { in http2_initial_stream_window_size() method401 self.protocol.http2_initial_stream_window_size(sz.into()); in http2_initial_stream_window_size()
427 pub fn http2_initial_stream_window_size(&mut self, sz: impl Into<Option<u32>>) -> &mut Self { in http2_initial_stream_window_size() method
40 .http2_initial_stream_window_size(endpoint.init_stream_window_size) in new()
1209 pub fn http2_initial_stream_window_size(&mut self, sz: impl Into<Option<u32>>) -> &mut Self { in http2_initial_stream_window_size() method1211 .http2_initial_stream_window_size(sz.into()); in http2_initial_stream_window_size()
842 pub fn http2_initial_stream_window_size(&mut self, sz: impl Into<Option<u32>>) -> &mut Self { in http2_initial_stream_window_size() method
540 .http2_initial_stream_window_size(init_stream_window_size) in serve_with_shutdown()