Class RuntimeUtils

java.lang.Object
com.google.appengine.setup.RuntimeUtils

public class RuntimeUtils extends Object
  • Field Details

  • Constructor Details

    • RuntimeUtils

      public RuntimeUtils()
  • Method Details

    • getApiServerAddress

      public static String getApiServerAddress()
      Returns the host:port of the API server.
      Returns:
      If environment variables API_HOST or API_PORT port are set the host and/or port is calculated from them. Otherwise the default host:port is used.