Home
last modified time | relevance | path

Searched defs:http2_max_frame_size (Results 1 – 5 of 5) sorted by relevance

/external/rust/android-crates-io/crates/hyper/src/server/
Dconn.rs495 pub fn http2_max_frame_size(&mut self, sz: impl Into<Option<u32>>) -> &mut Self { in http2_max_frame_size() method
Dserver.rs452 pub fn http2_max_frame_size(mut self, sz: impl Into<Option<u32>>) -> Self { in http2_max_frame_size() method
/external/rust/android-crates-io/crates/hyper/src/client/
Dconn.rs893 pub fn http2_max_frame_size(&mut self, sz: impl Into<Option<u32>>) -> &mut Self { in http2_max_frame_size() method
Dclient.rs1250 pub fn http2_max_frame_size(&mut self, sz: impl Into<Option<u32>>) -> &mut Self { in http2_max_frame_size() method
/external/rust/android-crates-io/crates/grpcio/src/
Dchannel.rs235 pub fn http2_max_frame_size(mut self, size: i32) -> ChannelBuilder { in http2_max_frame_size() method