|
Apache Tomcat 6.0.53 | ||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object org.apache.coyote.Constants
public final class Constants
Constants.
Field Summary | |
---|---|
static java.util.Set<java.lang.String> |
ALLOWED_TRAILER_HEADERS
|
static java.lang.String |
DEFAULT_CHARACTER_ENCODING
|
static java.util.Locale |
DEFAULT_LOCALE
|
static boolean |
IS_SECURITY_ENABLED
Has security been turned on? |
static java.lang.String |
LOCALE_DEFAULT
|
static int |
MAX_EXTENSION_SIZE
Limit on the total length of the extension data in a chunked HTTP request. |
static int |
MAX_NOTES
|
static int |
MAX_SWALLOW_SIZE
Limit on the length of request body Tomcat will swallow if it is not read during normal request processing. |
static int |
MAX_TRAILER_SIZE
Limit on the total length of the trailer headers in a chunked HTTP request. |
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 Summary | |
---|---|
Constants()
|
Method Summary |
---|
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
public static final java.lang.String DEFAULT_CHARACTER_ENCODING
public static final java.lang.String LOCALE_DEFAULT
public static final java.util.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_TRAILER_SIZE
public static final int MAX_EXTENSION_SIZE
public static final int MAX_SWALLOW_SIZE
public static final java.util.Set<java.lang.String> ALLOWED_TRAILER_HEADERS
Constructor Detail |
---|
public Constants()
|
Apache Tomcat 6.0.53 | ||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |