public final class Constants extends Object
Modifier and Type | Field and Description |
---|---|
static String |
DEFAULT_CHARACTER_ENCODING |
static Locale |
DEFAULT_LOCALE |
static boolean |
IS_SECURITY_ENABLED
Has security been turned on?
|
static String |
LOCALE_DEFAULT |
static int |
MAX_NOTES |
static int |
MAX_PAUSE_WAIT |
static int |
STAGE_ENDED |
static int |
STAGE_ENDINPUT |
static int |
STAGE_ENDOUTPUT |
static int |
STAGE_KEEPALIVE |
static int |
STAGE_NEW |
static int |
STAGE_PARSE |
static int |
STAGE_PREPARE |
static int |
STAGE_SERVICE |
static boolean |
USE_CUSTOM_STATUS_MSG_IN_HEADER
If true, custom HTTP status messages will be used in headers.
|
Constructor and Description |
---|
Constants() |
public static final String DEFAULT_CHARACTER_ENCODING
public static final String LOCALE_DEFAULT
public static final Locale DEFAULT_LOCALE
public static final int MAX_NOTES
public static final int STAGE_NEW
public static final int STAGE_PARSE
public static final int STAGE_PREPARE
public static final int STAGE_SERVICE
public static final int STAGE_ENDINPUT
public static final int STAGE_ENDOUTPUT
public static final int STAGE_KEEPALIVE
public static final int STAGE_ENDED
public static final boolean IS_SECURITY_ENABLED
public static final boolean USE_CUSTOM_STATUS_MSG_IN_HEADER
public static final int MAX_PAUSE_WAIT
Copyright © 2015 JBoss by Red Hat. All rights reserved.