Home
last modified time | relevance | path

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

/commonlibrary/rust/ylong_http/ylong_http_client/src/util/h2/
H A Dmod.rs20 //! -[`Streams`] is used to manage the state of individual streams.
39 pub(crate) use streams::{H2StreamState, RequestWrapper, StreamEndState, Streams};
H A Dstreams.rs14 //! Streams operations utils.
131 pub(crate) struct Streams {
182 impl Streams { impls
/commonlibrary/rust/ylong_http/ylong_http_client/src/util/
H A Ddispatcher.rs204 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 Dstream_manager.rs33 use crate::util::h3::streams::{DataReadState, QUICStreamType, Streams};
39 pub(crate) streams: Streams,
65 streams: Streams::new(),

Completed in 4 milliseconds