Package org.apache.catalina.connector
Class Constants
- java.lang.Object
-
- org.apache.catalina.connector.Constants
-
public final class Constants extends Object
Static constants for this package.
-
-
Field Summary
Fields Modifier and Type Field Description static StringAUTHORIZATION_HEADERDefault header names.static intDEFAULT_CONNECTION_LINGERstatic intDEFAULT_CONNECTION_TIMEOUTstatic intDEFAULT_CONNECTION_UPLOAD_TIMEOUTstatic intDEFAULT_MAX_DISPATCH_DEPTHstatic intDEFAULT_SERVER_SOCKET_TIMEOUTstatic StringJROUTE_COOKIEstatic StringPackagestatic intPROCESSOR_ACTIVEstatic intPROCESSOR_IDLEstatic StringPROXY_AUTH_CERTstatic StringPROXY_IPstatic StringPROXY_JROUTEstatic StringPROXY_KEYSIZEstatic booleanUSE_CUSTOM_STATUS_MSG_IN_HEADERIf true, custom HTTP status messages will be used in headers.
-
Constructor Summary
Constructors Constructor Description Constants()
-
-
-
Field Detail
-
Package
public static final String Package
- See Also:
- Constant Field Values
-
DEFAULT_CONNECTION_LINGER
public static final int DEFAULT_CONNECTION_LINGER
- See Also:
- Constant Field Values
-
DEFAULT_CONNECTION_TIMEOUT
public static final int DEFAULT_CONNECTION_TIMEOUT
- See Also:
- Constant Field Values
-
DEFAULT_CONNECTION_UPLOAD_TIMEOUT
public static final int DEFAULT_CONNECTION_UPLOAD_TIMEOUT
- See Also:
- Constant Field Values
-
DEFAULT_SERVER_SOCKET_TIMEOUT
public static final int DEFAULT_SERVER_SOCKET_TIMEOUT
- See Also:
- Constant Field Values
-
PROCESSOR_IDLE
public static final int PROCESSOR_IDLE
- See Also:
- Constant Field Values
-
PROCESSOR_ACTIVE
public static final int PROCESSOR_ACTIVE
- See Also:
- Constant Field Values
-
AUTHORIZATION_HEADER
public static final String AUTHORIZATION_HEADER
Default header names.- See Also:
- Constant Field Values
-
DEFAULT_MAX_DISPATCH_DEPTH
public static final int DEFAULT_MAX_DISPATCH_DEPTH
- See Also:
- Constant Field Values
-
PROXY_AUTH_CERT
public static final String PROXY_AUTH_CERT
- See Also:
- Constant Field Values
-
PROXY_IP
public static final String PROXY_IP
- See Also:
- Constant Field Values
-
PROXY_KEYSIZE
public static final String PROXY_KEYSIZE
- See Also:
- Constant Field Values
-
PROXY_JROUTE
public static final String PROXY_JROUTE
- See Also:
- Constant Field Values
-
JROUTE_COOKIE
public static final String JROUTE_COOKIE
- See Also:
- Constant Field Values
-
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.
-
-