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),