Searched defs:Http2Dispatcher (Results 1 – 1 of 1) sorted by relevance
341 pub(crate) struct Http2Dispatcher<S> { struct342 pub(crate) detail: ConnDetail,343 pub(crate) allowed_cache: usize,344 pub(crate) sender: UnboundedSender<ReqMessage>,345 pub(crate) io_shutdown: Arc<AtomicBool>,346 pub(crate) io_goaway: Arc<AtomicBool>,347 pub(crate) handles: Vec<crate::runtime::JoinHandle<()>>,348 pub(crate) _mark: PhantomData<S>,408 impl<S> Http2Dispatcher<S> impl499 impl<S> Dispatcher for Http2Dispatcher<S> { implementation[all …]