google.golang.org/grpc/internal/transport.http2Client.conn (field)
7 uses
google.golang.org/grpc/internal/transport (current package)
http2_client.go#L63: conn net.Conn // underlying communication channel
http2_client.go#L252: conn: conn,
http2_client.go#L313: n, err := t.conn.Write(clientPreface)
http2_client.go#L365: t.conn.Close()
http2_client.go#L829: err := t.conn.Close()
http2_client.go#L1279: t.conn.SetReadDeadline(time.Time{}) // reset deadline once we get the settings frame (we didn't time out, yay!)
http2_client.go#L1448: SocketOptions: channelz.GetSocketOption(t.conn),
![]() |
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. |