Modifier and Type | Constant Field | Value |
---|---|---|
public static final String |
DEFAULT_HEALTH_CHECK_NAME_TOKEN |
"name" |
Modifier and Type | Constant Field | Value |
---|---|---|
public static final String |
COMPILE_STATIC_PROPERTY_DEFAULT |
"false" |
public static final String |
COMPILE_STATIC_PROPERTY_NAME |
"groovy.compileStatic" |
public static final String |
SCRIPT_PROPERTY_DEFAULT |
"ratpack.groovy" |
public static final String |
SCRIPT_PROPERTY_NAME |
"groovy.script" |
Modifier and Type | Constant Field | Value |
---|---|---|
public static final String |
APPLICATION_FORM |
"application/x-www-form-urlencoded" |
public static final String |
APPLICATION_JSON |
"application/json" |
public static final String |
TEXT_HTML |
"text/html" |
Modifier and Type | Constant Field | Value |
---|---|---|
public static final int |
DEFAULT_MAX_CONTENT_LENGTH |
65536 |
public static final int |
DEFAULT_PORT |
5050 |
Modifier and Type | Constant Field | Value |
---|---|---|
public static final String |
CONFIG_RESOURCE_DEFAULT |
"ratpack.properties" |
public static final String |
CONFIG_RESOURCE_PROPERTY |
"configResource" |
public static final String |
SYSPROP_PREFIX_DEFAULT |
"ratpack." |
public static final String |
SYSPROP_PREFIX_PROPERTY |
"ratpack.syspropPrefix" |
Modifier and Type | Constant Field | Value |
---|---|---|
public static final String |
ADDRESS |
"address" |
public static final String |
COMPRESS_RESPONSES |
"compressResponses" |
public static final String |
HANDLER_FACTORY |
"handlerFactory" |
public static final String |
INDEX_FILES |
"indexFiles" |
public static final String |
MAX_CONTENT_LENGTH |
"maxContentLength" |
public static final String |
PORT |
"port" |
public static final String |
PUBLIC_ADDRESS |
"publicAddress" |
public static final String |
RELOADABLE |
"reloadable" |
public static final String |
SSL_KEYSTORE_FILE |
"ssl.keystore.file" |
public static final String |
SSL_KEYSTORE_PASSWORD |
"ssl.keystore.password" |
public static final String |
THREADS |
"threads" |
public static final String |
TIME_RESPONSES |
"timeResponses" |
Modifier and Type | Constant Field | Value |
---|---|---|
public static final String |
DEFAULT_REMOTE_CONTROL_PATH |
"remote-control" |