public final class Constants
extends java.lang.Object
Modifier and Type | Field and Description |
---|---|
static java.lang.String |
COMET_SUPPORTED_ATTR
The request attribute that is set to the value of
Boolean.TRUE
if connector processing this request supports Comet API. |
static java.lang.String |
COMET_TIMEOUT_ATTR
The request attribute that can be set to a value of type
java.lang.Integer to specify per-connection request
timeout for Comet API. |
static java.lang.String |
COMET_TIMEOUT_SUPPORTED_ATTR
The request attribute that is set to the value of
Boolean.TRUE
if connector processing this request supports setting
per-connection request timeout through Comet API. |
static java.lang.String |
DEFAULT_CHARACTER_ENCODING |
static boolean |
IS_SECURITY_ENABLED
Has security been turned on?
|
static int |
MAX_NOTES |
static java.lang.String |
Package |
static java.lang.String |
REMOTE_ADDR_ATTRIBUTE
The request attribute set by the RemoteIpFilter, RemoteIpValve (and may
be set by other similar components) that identifies for the connector the
remote IP address claimed to be associated with this request when a
request is received via one or more proxies.
|
static java.lang.String |
SENDFILE_FILE_END_ATTR
The request attribute that can be used by a servlet to pass
to the connector the end offset (not including) of the part
of a file that is to be served by sendfile.
|
static java.lang.String |
SENDFILE_FILE_START_ATTR
The request attribute that can be used by a servlet to pass
to the connector the start offset of the part of a file
that is to be served by sendfile.
|
static java.lang.String |
SENDFILE_FILENAME_ATTR
The request attribute that can be used by a servlet to pass
to the connector the name of the file that is to be served
by sendfile.
|
static java.lang.String |
SENDFILE_SUPPORTED_ATTR
The request attribute that is set to the value of
Boolean.TRUE
if connector processing this request supports use of sendfile. |
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 java.lang.String Package
public static final java.lang.String DEFAULT_CHARACTER_ENCODING
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 java.lang.String COMET_SUPPORTED_ATTR
Boolean.TRUE
if connector processing this request supports Comet API.public static final java.lang.String COMET_TIMEOUT_SUPPORTED_ATTR
Boolean.TRUE
if connector processing this request supports setting
per-connection request timeout through Comet API.public static final java.lang.String COMET_TIMEOUT_ATTR
java.lang.Integer
to specify per-connection request
timeout for Comet API. The value is in milliseconds.public static final java.lang.String SENDFILE_SUPPORTED_ATTR
Boolean.TRUE
if connector processing this request supports use of sendfile.public static final java.lang.String SENDFILE_FILENAME_ATTR
java.lang.String
that is File.getCanonicalPath()
of the file to be served.public static final java.lang.String SENDFILE_FILE_START_ATTR
java.lang.Long
. To serve complete file
the value should be Long.valueOf(0)
.public static final java.lang.String SENDFILE_FILE_END_ATTR
java.lang.Long
. To serve complete file
the value should be equal to the length of the file.public static final java.lang.String REMOTE_ADDR_ATTRIBUTE
Copyright © 2000-2018 Apache Software Foundation. All Rights Reserved.