Home
last modified time | relevance | path

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

/aosp_15_r20/prebuilts/go/linux-x86/src/net/http/
Dh2_bundle.go11593 type http2roundRobinWriteScheduler struct { struct
11595 control http2writeQueue
11598 streams map[uint32]*http2writeQueue
11602 head *http2writeQueue
11605 queuePool http2writeQueuePool
11620 …c (ws *http2roundRobinWriteScheduler) OpenStream(streamID uint32, options http2OpenStreamOptions) {
11640 func (ws *http2roundRobinWriteScheduler) CloseStream(streamID uint32) {
11659 …c (ws *http2roundRobinWriteScheduler) AdjustStream(streamID uint32, priority http2PriorityParam) {}
11661 func (ws *http2roundRobinWriteScheduler) Push(wr http2FrameWriteRequest) {
11680 func (ws *http2roundRobinWriteScheduler) Pop() (http2FrameWriteRequest, bool) {