Class RdapEmptyAction

java.lang.Object
google.registry.rdap.RdapEmptyAction
All Implemented Interfaces:
Runnable

public class RdapEmptyAction extends Object implements Runnable
RDAP action that serves the empty string, redirecting to the help page.

This isn't technically required, but if someone requests the base url it seems nice to give them the help response.

  • Constructor Details

    • RdapEmptyAction

      @Inject public RdapEmptyAction(Response response)
  • Method Details

    • run

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