Home
last modified time | relevance | path

Searched refs:RecvWindow (Results 1 - 4 of 4) sorted by relevance

/commonlibrary/rust/ylong_http/ylong_http_client/src/util/h2/buffer/
H A Dsettings.rs18 use crate::util::h2::buffer::window::RecvWindow;
22 recv_window: RecvWindow,
29 recv_window: RecvWindow::new(conn_recv_window as i32),
H A Dmod.rs19 //! capability. -[`RecvWindow`] is the structure of the client response
27 pub(crate) use window::{RecvWindow, SendWindow};
H A Dwindow.rs60 pub(crate) struct RecvWindow {
71 impl RecvWindow { impls
/commonlibrary/rust/ylong_http/ylong_http_client/src/util/h2/
H A Dstreams.rs25 use crate::util::h2::buffer::{FlowControl, RecvWindow, SendWindow};
118 pub(crate) recv_window: RecvWindow,
312 let recv_window = RecvWindow::new(self.stream_recv_window_size as i32);
757 recv_window: RecvWindow,

Completed in 2 milliseconds