org.apache.coyote.http11
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 | 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 | IDENTITY_FILTER
Identity filters (input and output). |
static String | KEEPALIVE |
static byte[] | KEEPALIVE_BYTES |
static byte | LC_OFFSET
Lower case offset. |
static byte | LF
LF. |
static String | Package
Package name. |
static String | POST
POST. |
static byte | QUESTION
'? |
static byte | SEMI_COLON
SEMI_COLON. |
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 |