org.apache.coyote.ajp
public final class Constants extends Object
| Field Summary | |
|---|---|
| static byte | A
'A'. |
| static byte[] | ACK_BYTES |
| static byte | a
'a'. |
| static int | BUFFERED_FILTER
Buffered filter (input) |
| static String | CHUNKED |
| static int | CHUNKED_FILTER
Chunked filters (input and output). |
| static String | CLOSE |
| static byte[] | CLOSE_BYTES |
| static byte | COLON
COLON. |
| static byte[] | COLON_BYTES |
| static String | CONNECTION |
| static byte | CR
CR. |
| static String | CRLF
CRLF. |
| static byte[] | CRLF_BYTES |
| static int | DEFAULT_CONNECTION_LINGER |
| static int | DEFAULT_CONNECTION_TIMEOUT |
| static int | DEFAULT_CONNECTION_UPLOAD_TIMEOUT |
| static int | DEFAULT_HTTP_HEADER_BUFFER_SIZE
Default HTTP header buffer size. |
| static int | DEFAULT_SERVER_SOCKET_TIMEOUT |
| static boolean | DEFAULT_TCP_NO_DELAY |
| static String | GET
GET. |
| static int | GZIP_FILTER
GZIP filter (output). |
| static String[] | headerTransArray |
| static String | HEAD
HEAD. |
| static byte | HT
HT. |
| static String | HTTP_10
HTTP/1.0. |
| static String | HTTP_11
HTTP/1.1. |
| static byte[] | HTTP_11_BYTES |
| static int | H_SIZE
Size of basic packet header |
| static int | IDENTITY_FILTER
Identity filters (input and output). |
| static byte | JK_AJP13_CPING_REQUEST |
| static byte | JK_AJP13_CPONG_REPLY |
| static byte | JK_AJP13_END_RESPONSE |
| static byte | JK_AJP13_FORWARD_REQUEST |
| static byte | JK_AJP13_GET_BODY_CHUNK |
| static byte | JK_AJP13_PING_REQUEST |
| static byte | JK_AJP13_SEND_BODY_CHUNK |
| static byte | JK_AJP13_SEND_HEADERS |
| static byte | JK_AJP13_SHUTDOWN |
| static String | KEEPALIVE |
| static byte[] | KEEPALIVE_BYTES |
| static byte | LC_OFFSET
Lower case offset. |
| static byte | LF
LF. |
| static String[] | methodTransArray |
| static int | MAX_PACKET_SIZE
Default maximum total byte size for a AJP packet |
| static int | MAX_READ_SIZE
Default maximum size of data that can be sent in one packet |
| static int | MAX_SEND_SIZE |
| static String | Package
Package name. |
| static String | POST
POST. |
| static byte | QUESTION
'? |
| static String[] | responseTransArray |
| static int | READ_HEAD_LEN
Size of the header metadata |
| static byte | SC_A_ARE_DONE |
| static byte | SC_A_AUTH_TYPE |
| static byte | SC_A_CONTEXT |
| static byte | SC_A_JVM_ROUTE |
| static byte | SC_A_QUERY_STRING |
| static byte | SC_A_REMOTE_USER |
| static byte | SC_A_REQ_ATTRIBUTE |
| static String | SC_A_REQ_REMOTE_PORT
AJP private request attributes |
| static byte | SC_A_SECRET |
| static byte | SC_A_SERVLET_PATH |
| static byte | SC_A_SSL_CERT |
| static byte | SC_A_SSL_CIPHER |
| static byte | SC_A_SSL_KEYSIZE |
| static byte | SC_A_SSL_KEY_SIZE |
| static byte | SC_A_SSL_SESSION |
| static byte | SC_A_STORED_METHOD |
| static int | SC_M_JK_STORED |
| static int | SC_REQ_ACCEPT |
| static int | SC_REQ_ACCEPT_CHARSET |
| static int | SC_REQ_ACCEPT_ENCODING |
| static int | SC_REQ_ACCEPT_LANGUAGE |
| static int | SC_REQ_AUTHORIZATION |
| static int | SC_REQ_CONNECTION |
| static int | SC_REQ_CONTENT_LENGTH |
| static int | SC_REQ_CONTENT_TYPE |
| static int | SC_REQ_COOKIE |
| static int | SC_REQ_COOKIE2 |
| static int | SC_REQ_HOST |
| static int | SC_REQ_PRAGMA |
| static int | SC_REQ_REFERER |
| static int | SC_REQ_USER_AGENT |
| static int | SC_RESP_AJP13_MAX |
| static int | SC_RESP_CONTENT_LANGUAGE |
| static int | SC_RESP_CONTENT_LENGTH |
| static int | SC_RESP_CONTENT_TYPE |
| static int | SC_RESP_DATE |
| static int | SC_RESP_LAST_MODIFIED |
| static int | SC_RESP_LOCATION |
| static int | SC_RESP_SERVLET_ENGINE |
| static int | SC_RESP_SET_COOKIE |
| static int | SC_RESP_SET_COOKIE2 |
| static int | SC_RESP_STATUS |
| static int | SC_RESP_WWW_AUTHENTICATE |
| static int | SEND_HEAD_LEN |
| static byte[] | SERVER_BYTES
Server string. |
| static byte | SP
SP. |
| static String | TRANSFERENCODING |
| static int | VOID_FILTER
Void filters (input and output). |
| static byte | Z
'Z'. |
| static byte[] | _200_BYTES |
| static byte[] | _400_BYTES |
| static byte[] | _404_BYTES |
| Method Summary | |
|---|---|
| static int | getResponseAjpIndex(String header) |