Searched defs:FlowController (Results 1 – 6 of 6) sorted by relevance
21 final class FlowController { class38 public FlowController(int maxUnackedBytes) { in FlowController() method in FlowController
40 public class FlowController { class154 public FlowController(FlowControlSettings settings) { in FlowController() method in FlowController162 public FlowController(DynamicFlowControlSettings settings) { in FlowController() method in FlowController
348 pub trait FlowController<I, O> { trait353 impl<I, O> FlowController<I, O> for () { implementation
105 impl<St> FlowController<BaseStreamItem<St>, InnerStreamItem<St>> for PropagateBaseStreamError<St> impl
331 std::optional<QuicFlowController> FlowController(QuicStreamId id, in FlowController() function