Home
last modified time | relevance | path

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

/commonlibrary/rust/ylong_http/ylong_http_client/src/util/
Ddispatcher.rs188 pub(crate) struct Http2Dispatcher<S> { struct
189 pub(crate) controller: Arc<StreamController<S>>,
190 pub(crate) next_stream_id: Arc<StreamId>,
191 pub(crate) sender: UnboundedSender<Send2Ctrl>,
540 impl<S> Http2Dispatcher<S> { implementation
568 impl<S> Dispatcher for Http2Dispatcher<S> { implementation