org.apache.coyote

Class Constants

public final class Constants extends Object

Constants.

Author: Remy Maucherat

Field Summary
static StringDEFAULT_CHARACTER_ENCODING
static LocaleDEFAULT_LOCALE
static booleanIS_SECURITY_ENABLED
Has security been turned on?
static StringLOCALE_DEFAULT
static intMAX_NOTES
static intSTAGE_ENDED
static intSTAGE_ENDINPUT
static intSTAGE_ENDOUTPUT
static intSTAGE_KEEPALIVE
static intSTAGE_NEW
static intSTAGE_PARSE
static intSTAGE_PREPARE
static intSTAGE_SERVICE
static booleanUSE_CUSTOM_STATUS_MSG_IN_HEADER
If true, custom HTTP status messages will be used in headers.

Field Detail

DEFAULT_CHARACTER_ENCODING

public static final String DEFAULT_CHARACTER_ENCODING

DEFAULT_LOCALE

public static final Locale DEFAULT_LOCALE

IS_SECURITY_ENABLED

public static final boolean IS_SECURITY_ENABLED
Has security been turned on?

LOCALE_DEFAULT

public static final String LOCALE_DEFAULT

MAX_NOTES

public static final int MAX_NOTES

STAGE_ENDED

public static final int STAGE_ENDED

STAGE_ENDINPUT

public static final int STAGE_ENDINPUT

STAGE_ENDOUTPUT

public static final int STAGE_ENDOUTPUT

STAGE_KEEPALIVE

public static final int STAGE_KEEPALIVE

STAGE_NEW

public static final int STAGE_NEW

STAGE_PARSE

public static final int STAGE_PARSE

STAGE_PREPARE

public static final int STAGE_PREPARE

STAGE_SERVICE

public static final int STAGE_SERVICE

USE_CUSTOM_STATUS_MSG_IN_HEADER

public static final boolean USE_CUSTOM_STATUS_MSG_IN_HEADER
If true, custom HTTP status messages will be used in headers.
Copyright © 2000-2011 Apache Software Foundation. All Rights Reserved.