Searched defs:Http2Dispatcher (Results 1 – 1 of 1) sorted by relevance
188 pub(crate) struct Http2Dispatcher<S> { struct189 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> { implementation568 impl<S> Dispatcher for Http2Dispatcher<S> { implementation