Package org.apache.coyote.ajp
Class Constants
java.lang.Object
org.apache.coyote.ajp.Constants
Constants.
- Author:
- Remy Maucherat
-
Field Summary
Modifier and TypeFieldDescriptionstatic final int
static final int
Size of basic packet headerstatic final byte
static final byte
static final byte
static final byte
static final byte
static final byte
static final byte
static final byte
static final byte
static final int
Default maximum total byte size for an AJP packetstatic final int
Default maximum size of data that can be sent in one packetstatic final int
static final int
Size of the header metadatastatic final byte
static final byte
static final byte
static final byte
static final byte
static final byte
static final byte
static final String
AJP private request attributesstatic final String
static final byte
static final byte
static final byte
static final byte
static final byte
static final String
static final byte
static final byte
static final int
static final int
static final int
static final int
static final int
static final int
static final int
static final int
static final int
static final int
static final int
static final int
static final int
static final int
static final int
static final int
static final int
static final int
static final int
static final int
static final int
static final int
static final int
static final int
static final int
static final int
static final int
static final int
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionstatic String
getHeaderForCode
(int code) Converts an AJP coded HTTP request header to the header name.static String
getMethodForCode
(int code) Converts an AJP coded HTTP method to the method name.static int
getResponseAjpIndex
(String header) static String
getResponseHeaderForCode
(int code) Converts an AJP coded response header name to the HTTP response header name.
-
Field Details
-
DEFAULT_CONNECTION_TIMEOUT
public static final int DEFAULT_CONNECTION_TIMEOUT- See Also:
-
JK_AJP13_FORWARD_REQUEST
public static final byte JK_AJP13_FORWARD_REQUEST- See Also:
-
JK_AJP13_SHUTDOWN
public static final byte JK_AJP13_SHUTDOWN- See Also:
-
JK_AJP13_PING_REQUEST
public static final byte JK_AJP13_PING_REQUEST- See Also:
-
JK_AJP13_CPING_REQUEST
public static final byte JK_AJP13_CPING_REQUEST- See Also:
-
JK_AJP13_SEND_BODY_CHUNK
public static final byte JK_AJP13_SEND_BODY_CHUNK- See Also:
-
JK_AJP13_SEND_HEADERS
public static final byte JK_AJP13_SEND_HEADERS- See Also:
-
JK_AJP13_END_RESPONSE
public static final byte JK_AJP13_END_RESPONSE- See Also:
-
JK_AJP13_GET_BODY_CHUNK
public static final byte JK_AJP13_GET_BODY_CHUNK- See Also:
-
JK_AJP13_CPONG_REPLY
public static final byte JK_AJP13_CPONG_REPLY- See Also:
-
SC_RESP_CONTENT_TYPE
public static final int SC_RESP_CONTENT_TYPE- See Also:
-
SC_RESP_CONTENT_LANGUAGE
public static final int SC_RESP_CONTENT_LANGUAGE- See Also:
-
SC_RESP_CONTENT_LENGTH
public static final int SC_RESP_CONTENT_LENGTH- See Also:
-
SC_RESP_DATE
public static final int SC_RESP_DATE- See Also:
-
SC_RESP_LAST_MODIFIED
public static final int SC_RESP_LAST_MODIFIED- See Also:
-
SC_RESP_LOCATION
public static final int SC_RESP_LOCATION- See Also:
-
SC_RESP_SET_COOKIE
public static final int SC_RESP_SET_COOKIE- See Also:
-
SC_RESP_SET_COOKIE2
public static final int SC_RESP_SET_COOKIE2- See Also:
-
SC_RESP_SERVLET_ENGINE
public static final int SC_RESP_SERVLET_ENGINE- See Also:
-
SC_RESP_STATUS
public static final int SC_RESP_STATUS- See Also:
-
SC_RESP_WWW_AUTHENTICATE
public static final int SC_RESP_WWW_AUTHENTICATE- See Also:
-
SC_RESP_AJP13_MAX
public static final int SC_RESP_AJP13_MAX- See Also:
-
SC_A_CONTEXT
public static final byte SC_A_CONTEXT- See Also:
-
SC_A_SERVLET_PATH
public static final byte SC_A_SERVLET_PATH- See Also:
-
SC_A_REMOTE_USER
public static final byte SC_A_REMOTE_USER- See Also:
-
SC_A_AUTH_TYPE
public static final byte SC_A_AUTH_TYPE- See Also:
-
SC_A_QUERY_STRING
public static final byte SC_A_QUERY_STRING- See Also:
-
SC_A_JVM_ROUTE
public static final byte SC_A_JVM_ROUTE- See Also:
-
SC_A_SSL_CERT
public static final byte SC_A_SSL_CERT- See Also:
-
SC_A_SSL_CIPHER
public static final byte SC_A_SSL_CIPHER- See Also:
-
SC_A_SSL_SESSION
public static final byte SC_A_SSL_SESSION- See Also:
-
SC_A_SSL_KEY_SIZE
public static final byte SC_A_SSL_KEY_SIZE- See Also:
-
SC_A_SECRET
public static final byte SC_A_SECRET- See Also:
-
SC_A_STORED_METHOD
public static final byte SC_A_STORED_METHOD- See Also:
-
SC_A_REQ_ATTRIBUTE
public static final byte SC_A_REQ_ATTRIBUTE- See Also:
-
SC_A_REQ_LOCAL_ADDR
AJP private request attributes- See Also:
-
SC_A_REQ_REMOTE_PORT
- See Also:
-
SC_A_SSL_PROTOCOL
- See Also:
-
SC_A_ARE_DONE
public static final byte SC_A_ARE_DONE- See Also:
-
MAX_PACKET_SIZE
public static final int MAX_PACKET_SIZEDefault maximum total byte size for an AJP packet- See Also:
-
H_SIZE
public static final int H_SIZESize of basic packet header- See Also:
-
READ_HEAD_LEN
public static final int READ_HEAD_LENSize of the header metadata- See Also:
-
SEND_HEAD_LEN
public static final int SEND_HEAD_LEN- See Also:
-
MAX_READ_SIZE
public static final int MAX_READ_SIZEDefault maximum size of data that can be sent in one packet- See Also:
-
MAX_SEND_SIZE
public static final int MAX_SEND_SIZE- See Also:
-
SC_M_JK_STORED
public static final int SC_M_JK_STORED- See Also:
-
SC_REQ_ACCEPT
public static final int SC_REQ_ACCEPT- See Also:
-
SC_REQ_ACCEPT_CHARSET
public static final int SC_REQ_ACCEPT_CHARSET- See Also:
-
SC_REQ_ACCEPT_ENCODING
public static final int SC_REQ_ACCEPT_ENCODING- See Also:
-
SC_REQ_ACCEPT_LANGUAGE
public static final int SC_REQ_ACCEPT_LANGUAGE- See Also:
-
SC_REQ_AUTHORIZATION
public static final int SC_REQ_AUTHORIZATION- See Also:
-
SC_REQ_CONNECTION
public static final int SC_REQ_CONNECTION- See Also:
-
SC_REQ_CONTENT_TYPE
public static final int SC_REQ_CONTENT_TYPE- See Also:
-
SC_REQ_CONTENT_LENGTH
public static final int SC_REQ_CONTENT_LENGTH- See Also:
-
SC_REQ_COOKIE
public static final int SC_REQ_COOKIE- See Also:
-
SC_REQ_COOKIE2
public static final int SC_REQ_COOKIE2- See Also:
-
SC_REQ_HOST
public static final int SC_REQ_HOST- See Also:
-
SC_REQ_PRAGMA
public static final int SC_REQ_PRAGMA- See Also:
-
SC_REQ_REFERER
public static final int SC_REQ_REFERER- See Also:
-
SC_REQ_USER_AGENT
public static final int SC_REQ_USER_AGENT- See Also:
-
-
Constructor Details
-
Constants
public Constants()
-
-
Method Details
-
getMethodForCode
Converts an AJP coded HTTP method to the method name.- Parameters:
code
- the coded value- Returns:
- the string value of the method
-
getHeaderForCode
Converts an AJP coded HTTP request header to the header name.- Parameters:
code
- the coded value- Returns:
- the string value of the header name
-
getResponseHeaderForCode
Converts an AJP coded response header name to the HTTP response header name.- Parameters:
code
- the coded value- Returns:
- the string value of the header
-
getResponseAjpIndex
-