Searched refs:initial_stream_window_size (Results 1 – 10 of 10) sorted by relevance
/aosp_15_r20/external/rust/android-crates-io/crates/hyper/src/server/conn/ |
D | http2.rs | 118 pub fn initial_stream_window_size(&mut self, sz: impl Into<Option<u32>>) -> &mut Self { in initial_stream_window_size() method 121 self.h2_builder.initial_stream_window_size = sz; in initial_stream_window_size() 150 self.h2_builder.initial_stream_window_size = SPEC_WINDOW_SIZE; in adaptive_window()
|
/aosp_15_r20/external/rust/android-crates-io/crates/hyper/src/proto/h2/ |
D | client.rs | 54 pub(crate) initial_stream_window_size: u32, field 71 initial_stream_window_size: DEFAULT_STREAM_WINDOW, in default() 88 .initial_window_size(config.initial_stream_window_size) in new_builder() 102 Some(config.initial_stream_window_size) in new_ping_config()
|
D | server.rs | 47 pub(crate) initial_stream_window_size: u32, field 65 initial_stream_window_size: DEFAULT_STREAM_WINDOW, in default() 124 .initial_window_size(config.initial_stream_window_size) in new() 141 Some(config.initial_stream_window_size) in new()
|
/aosp_15_r20/external/rust/android-crates-io/crates/hyper/src/client/conn/ |
D | http2.rs | 275 pub fn initial_stream_window_size(&mut self, sz: impl Into<Option<u32>>) -> &mut Self { in initial_stream_window_size() method 278 self.h2_builder.initial_stream_window_size = sz; in initial_stream_window_size() 307 self.h2_builder.initial_stream_window_size = SPEC_WINDOW_SIZE; in adaptive_window()
|
/aosp_15_r20/external/grpc-grpc-java/xds/third_party/envoy/src/main/proto/envoy/api/v2/core/ |
H A D | protocol.proto | 190 google.protobuf.UInt32Value initial_stream_window_size = 3 193 // Similar to *initial_stream_window_size*, but for connection-level flow-control 194 // window. Currently, this has the same minimum/maximum/default as *initial_stream_window_size*. 284 // 0x4 initial_stream_window_size
|
/aosp_15_r20/external/grpc-grpc-java/xds/third_party/envoy/src/main/proto/envoy/config/core/v3/ |
H A D | protocol.proto | 75 google.protobuf.UInt32Value initial_stream_window_size = 2 field 78 // Similar to ``initial_stream_window_size``, but for connection-level 80 // window. Currently, this has the same minimum/default as ``initial_stream_window_size``. 458 google.protobuf.UInt32Value initial_stream_window_size = 3 461 // Similar to ``initial_stream_window_size``, but for connection-level flow-control 462 // window. Currently, this has the same minimum/maximum/default as ``initial_stream_window_size``. 571 // 0x4 initial_stream_window_size
|
/aosp_15_r20/external/rust/android-crates-io/crates/hyper/src/client/ |
D | conn.rs | 845 self.h2_builder.initial_stream_window_size = sz; in http2_initial_stream_window_size() 881 self.h2_builder.initial_stream_window_size = SPEC_WINDOW_SIZE; in http2_adaptive_window()
|
/aosp_15_r20/external/rust/android-crates-io/crates/hyper/src/server/ |
D | conn.rs | 430 self.h2_builder.initial_stream_window_size = sz; in http2_initial_stream_window_size() 466 self.h2_builder.initial_stream_window_size = SPEC_WINDOW_SIZE; in http2_adaptive_window()
|
/aosp_15_r20/external/rust/android-crates-io/crates/tonic/src/transport/channel/ |
D | endpoint.rs | 212 pub fn initial_stream_window_size(self, sz: impl Into<Option<u32>>) -> Self { in initial_stream_window_size() method
|
/aosp_15_r20/external/rust/android-crates-io/crates/tonic/src/transport/server/ |
D | mod.rs | 202 pub fn initial_stream_window_size(self, sz: impl Into<Option<u32>>) -> Self { in initial_stream_window_size() method
|