google.golang.org/grpc/internal/transport.loopyWriter.framer (field)
13 uses
google.golang.org/grpc/internal/transport (current package)
controlbuf.go#L456: framer *framer
controlbuf.go#L475: framer: fr,
controlbuf.go#L550: if l.framer.writer.offset < minBatchSize {
controlbuf.go#L555: l.framer.writer.Flush()
controlbuf.go#L563: return l.framer.fr.WriteWindowUpdate(w.streamID, w.increment)
controlbuf.go#L585: return l.framer.fr.WriteSettings(s.ss...)
controlbuf.go#L592: return l.framer.fr.WriteSettingsAck()
controlbuf.go#L684: err = l.framer.fr.WriteHeaders(http2.HeadersFrameParam{
controlbuf.go#L691: err = l.framer.fr.WriteContinuation(
controlbuf.go#L723: return l.framer.fr.WritePing(p.ack, p.data)
controlbuf.go#L742: if err := l.framer.fr.WriteRSTStream(c.streamID, c.rstCode); err != nil {
controlbuf.go#L847: if err := l.framer.fr.WriteData(dataItem.streamID, dataItem.endStream, nil); err != nil {
controlbuf.go#L909: if err := l.framer.fr.WriteData(dataItem.streamID, endStream, buf[:size]); err != nil {
![]() |
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. |