public abstract class RuntimeEnvironment
extends java.lang.Object
| Modifier and Type | Class and Description |
|---|---|
static class |
RuntimeEnvironment.Type |
| Constructor and Description |
|---|
RuntimeEnvironment(RuntimeEnvironment.Type type) |
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
getClientIpAddress()
Get the IP address of the original request.
|
RuntimeEnvironment.Type |
getType() |
boolean |
isDebug() |
void |
setClientIpAddress(java.lang.String clientIpAddress) |
public RuntimeEnvironment(RuntimeEnvironment.Type type)
public RuntimeEnvironment.Type getType()
public boolean isDebug()
public java.lang.String getClientIpAddress()
public void setClientIpAddress(java.lang.String clientIpAddress)