google.golang.org/grpc/internal/transport.http2Client.controlBuf (field)
23 uses
google.golang.org/grpc/internal/transport (current package)
http2_client.go#L78: controlBuf *controlBuffer
http2_client.go#L279: t.controlBuf = newControlBuffer(t.ctxDone)
http2_client.go#L355: t.loopy = newLoopyWriter(clientSide, t.framer, t.controlBuf, t.bdpEst)
http2_client.go#L678: success, err := t.controlBuf.executeAndPut(func(it interface{}) bool {
http2_client.go#L796: t.controlBuf.executeAndPut(addBackStreamQuota, cleanup)
http2_client.go#L827: t.controlBuf.finish()
http2_client.go#L865: t.controlBuf.put(&incomingGoAway{})
http2_client.go#L890: return t.controlBuf.put(df)
http2_client.go#L905: t.controlBuf.put(&outgoingWindowUpdate{streamID: s.id, increment: w})
http2_client.go#L914: t.controlBuf.put(&outgoingWindowUpdate{streamID: s.id, increment: w})
http2_client.go#L931: t.controlBuf.executeAndPut(updateIWS, &outgoingWindowUpdate{streamID: 0, increment: t.fc.newLimit(n)})
http2_client.go#L932: t.controlBuf.put(&outgoingSettings{
http2_client.go#L958: t.controlBuf.put(&outgoingWindowUpdate{
http2_client.go#L968: t.controlBuf.put(&outgoingWindowUpdate{
http2_client.go#L974: t.controlBuf.put(bdpPing)
http2_client.go#L988: t.controlBuf.put(&outgoingWindowUpdate{s.id, w})
http2_client.go#L1075: t.controlBuf.executeAndPut(func(interface{}) bool {
http2_client.go#L1093: t.controlBuf.put(pingAck)
http2_client.go#L1134: t.controlBuf.put(&incomingGoAway{})
http2_client.go#L1183: t.controlBuf.put(&incomingWindowUpdate{
http2_client.go#L1293: t.controlBuf.throttle()
http2_client.go#L1408: t.controlBuf.put(p)
http2_client.go#L1476: t.controlBuf.put(&outFlowControlSizeRequest{resp})
 |
The pages are generated with Golds v0.3.2-preview. (GOOS=darwin GOARCH=amd64)
Golds is a Go 101 project developed by Tapir Liu.
PR and bug reports are welcome and can be submitted to the issue list.
Please follow @Go100and1 (reachable from the left QR code) to get the latest news of Golds. |