Class NordnVerifyAction

java.lang.Object
google.registry.tmch.NordnVerifyAction
All Implemented Interfaces:
Runnable

public final class NordnVerifyAction extends Object implements Runnable
NORDN CSV uploading system, verify operation.

Every three hours (max twenty-six hours) we generate CSV files for each TLD which we need to upload to MarksDB. The upload is a two-phase process. We send the CSV data as a POST request and get back a 202 Accepted. This response will give us a URL in the Location header, where we'll check back later for the actual result.

See Also:
  • Method Details

    • run

      public void run()
      Specified by:
      run in interface Runnable