Package com.google.appengine.setup
Class RuntimeUtils
java.lang.Object
com.google.appengine.setup.RuntimeUtils
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final long
static final long
-
Constructor Summary
Constructors -
Method Summary
-
Field Details
-
ONE_DAY_IN_MILLIS
public static final long ONE_DAY_IN_MILLIS- See Also:
-
MAX_USER_API_CALL_WAIT_MS
public static final long MAX_USER_API_CALL_WAIT_MS- See Also:
-
-
Constructor Details
-
RuntimeUtils
public RuntimeUtils()
-
-
Method Details
-
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.
-