Modifier and Type | Constant Field | Value |
---|---|---|
public static final java.lang.String |
KEY |
"Notifier" |
Modifier and Type | Constant Field | Value |
---|---|---|
public static final java.lang.String |
DEFAULT_BIND_ADDRESS |
"0.0.0.0" |
public static final int |
DEFAULT_CONTAINER_THREADS |
10 |
public static final int |
DEFAULT_PORT |
8080 |
public static final int |
DYNAMIC_PORT |
0 |
Modifier and Type | Constant Field | Value |
---|---|---|
public static final java.lang.String |
ADMIN_CONTEXT_ROOT |
"/__admin" |
public static final java.lang.String |
FILES_ROOT |
"__files" |
public static final java.lang.String |
MAPPINGS_ROOT |
"mappings" |
Modifier and Type | Constant Field | Value |
---|---|---|
public static final java.lang.String |
ERROR_PREFIX |
"[ERROR: " |
public static final java.lang.String |
ERROR_SUFFIX |
"]" |
Modifier and Type | Constant Field | Value |
---|---|---|
public static final java.lang.String |
KEY |
"Content-Type" |
Modifier and Type | Constant Field | Value |
---|---|---|
public static final int |
DEFAULT_MAX_CONNECTIONS |
50 |
public static final int |
DEFAULT_TIMEOUT |
30000 |
Modifier and Type | Constant Field | Value |
---|---|---|
public static final java.lang.String |
HANDLER_CLASS_KEY |
"RequestHandlerClass" |
Modifier and Type | Constant Field | Value |
---|---|---|
public static final java.lang.String |
CONTEXT_KEY |
"ResponseRenderer" |
Modifier and Type | Constant Field | Value |
---|---|---|
public static final long |
DEFAULT_MAX_BINARY_SIZE |
0L |
public static final long |
DEFAULT_MAX_TEXT_SIZE |
10240L |
Modifier and Type | Constant Field | Value |
---|---|---|
public static final java.lang.String |
INJECTOR_CLASS_KEY |
"FaultHandlerFactoryClass" |
Modifier and Type | Constant Field | Value |
---|---|---|
public static final java.lang.String |
ASYNCHRONOUS_RESPONSE_ENABLED |
"asynchronousResponseEnabled" |
public static final java.lang.String |
ASYNCHRONOUS_RESPONSE_THREADS |
"asynchronousResponseThreads" |
public static final java.lang.String |
MAPPED_UNDER_KEY |
"mappedUnder" |
public static final java.lang.String |
SHOULD_FORWARD_TO_FILES_CONTEXT |
"shouldForwardToFilesContext" |
Modifier and Type | Constant Field | Value |
---|---|---|
public static final java.lang.String |
ORIGINAL_REQUEST_KEY |
"wiremock.ORIGINAL_REQUEST" |
Modifier and Type | Constant Field | Value |
---|---|---|
public static final java.lang.String |
STARTED |
"Started" |
Modifier and Type | Constant Field | Value |
---|---|---|
public static final int |
DEFAULT_PRIORITY |
5 |
Modifier and Type | Constant Field | Value |
---|---|---|
public static final int |
NEAR_MISS_COUNT |
3 |