Searched refs:Streams (Results 1 - 4 of 4) sorted by relevance
/commonlibrary/rust/ylong_http/ylong_http_client/src/util/h2/ |
H A D | mod.rs | 20 //! -[`Streams`] is used to manage the state of individual streams. 39 pub(crate) use streams::{H2StreamState, RequestWrapper, StreamEndState, Streams};
|
H A D | streams.rs | 14 //! Streams operations utils. 131 pub(crate) struct Streams { 182 impl Streams { impls
|
/commonlibrary/rust/ylong_http/ylong_http_client/src/util/ |
H A D | dispatcher.rs | 204 StreamEndState, Streams, 264 pub(crate) streams: Streams, 312 let streams = Streams::new(config.stream_window_size(), DEFAULT_WINDOW_SIZE, flow); 446 pub(crate) fn new(streams: Streams, shutdown: Arc<AtomicBool>) -> Self {
|
/commonlibrary/rust/ylong_http/ylong_http_client/src/util/h3/ |
H A D | stream_manager.rs | 33 use crate::util::h3::streams::{DataReadState, QUICStreamType, Streams}; 39 pub(crate) streams: Streams, 65 streams: Streams::new(),
|
Completed in 4 milliseconds