google.golang.org/grpc/internal/transport.http2Client.statsHandler (field)
12 uses
google.golang.org/grpc/internal/transport (current package)
http2_client.go#L90: statsHandler stats.Handler
http2_client.go#L266: statsHandler: opts.StatsHandler,
http2_client.go#L290: if t.statsHandler != nil {
http2_client.go#L291: t.ctx = t.statsHandler.TagConn(t.ctx, &stats.ConnTagInfo{
http2_client.go#L298: t.statsHandler.HandleConn(t.ctx, connBegin)
http2_client.go#L707: if t.statsHandler != nil {
http2_client.go#L724: t.statsHandler.HandleRPC(s.ctx, outHeader)
http2_client.go#L837: if t.statsHandler != nil {
http2_client.go#L841: t.statsHandler.HandleConn(t.ctx, connEnd)
http2_client.go#L1216: if t.statsHandler != nil {
http2_client.go#L1224: t.statsHandler.HandleRPC(s.ctx, inHeader)
http2_client.go#L1231: t.statsHandler.HandleRPC(s.ctx, inTrailer)
![]() |
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. |