Modifier and Type | Constant Field | Value |
---|---|---|
public static final String |
RATPACK_METRIC_REGISTRY |
"ratpack-metrics" |
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 |
PLAIN_TEXT_UTF8 |
"text/plain;charset=utf-8" |
public static final String |
TEXT_HTML |
"text/html" |
Modifier and Type | Constant Field | Value |
---|---|---|
public static final long |
DEFAULT_COMPRESSION_MIN_SIZE |
1024L |
public static final int |
DEFAULT_MAX_CONTENT_LENGTH |
1048576 |
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 |
PORT |
"PORT" |
Modifier and Type | Constant Field | Value |
---|---|---|
public static final String |
ADDRESS |
"address" |
public static final String |
COMPRESS_RESPONSES |
"compressResponses" |
public static final String |
COMPRESSION_MIME_TYPE_BLACK_LIST |
"compression.mimeType.blackList" |
public static final String |
COMPRESSION_MIME_TYPE_WHITE_LIST |
"compression.mimeType.whiteList" |
public static final String |
COMPRESSION_MIN_SIZE |
"compression.minSize" |
public static final String |
DEVELOPMENT |
"development" |
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 |
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" |