|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.sun.grizzly.tcp.http11.Constants
public final class Constants
Constants.
Field Summary | |
---|---|
static byte |
a
'a'. |
static byte |
A
'A'. |
static byte[] |
ACK_BYTES
Ack string when pipelining HTTP requests. |
static String |
AUTHORIZATION_HEADER
Default header names. |
static int |
BUFFERED_FILTER
Buffered filter (input) |
static int |
CHUNKED_FILTER
Chunked filters (input and output). |
static byte[] |
CLOSE_BYTES
Close bytes. |
static byte |
COLON
COLON. |
static byte[] |
COLON_BYTES
Colon bytes. |
static byte |
CR
CR. |
static String |
CRLF
CRLF. |
static byte[] |
CRLF_BYTES
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_MAX_DISPATCH_DEPTH
|
static String |
DEFAULT_RESPONSE_TYPE
The default response-type |
static int |
DEFAULT_SERVER_SOCKET_TIMEOUT
|
static boolean |
DEFAULT_TCP_NO_DELAY
|
static String |
FORCED_RESPONSE_TYPE
The forced response-type |
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 int |
IDENTITY_FILTER
Identity filters (input and output). |
static String |
JROUTE_COOKIE
|
static byte[] |
KEEPALIVE_BYTES
Keep-alive bytes. |
static byte |
LC_OFFSET
Lower case offset. |
static byte |
LF
LF. |
static String |
Package
Package name. |
static String |
POST
POST. |
static int |
PROCESSOR_ACTIVE
|
static int |
PROCESSOR_IDLE
|
static String |
PROXY_JROUTE
|
static byte |
QUESTION
'?'. |
static boolean |
SECURITY
Security flag. |
static byte |
SEMI_COLON
SEMI_COLON. |
static byte |
SP
SP. |
static String |
SSL_CERTIFICATE_ATTR
SSL Certificate Request Attributite. |
static int |
VOID_FILTER
Void filters (input and output). |
static byte |
Z
'Z'. |
Constructor Summary | |
---|---|
Constants()
|
Method Summary |
---|
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
public static final String Package
public static final int DEFAULT_CONNECTION_LINGER
public static final int DEFAULT_CONNECTION_TIMEOUT
public static final int DEFAULT_CONNECTION_UPLOAD_TIMEOUT
public static final int DEFAULT_SERVER_SOCKET_TIMEOUT
public static final boolean DEFAULT_TCP_NO_DELAY
public static final byte CR
public static final byte LF
public static final byte SP
public static final byte HT
public static final byte COLON
public static final byte SEMI_COLON
public static final byte A
public static final byte a
public static final byte Z
public static final byte QUESTION
public static final byte LC_OFFSET
public static final int DEFAULT_HTTP_HEADER_BUFFER_SIZE
public static final String CRLF
public static final byte[] CRLF_BYTES
public static final byte[] COLON_BYTES
public static final byte[] CLOSE_BYTES
public static final byte[] KEEPALIVE_BYTES
public static final int IDENTITY_FILTER
public static final int CHUNKED_FILTER
public static final int VOID_FILTER
public static final int GZIP_FILTER
public static final int BUFFERED_FILTER
public static final String HTTP_10
public static final String HTTP_11
public static final String GET
public static final String HEAD
public static final String POST
public static final byte[] ACK_BYTES
public static final int PROCESSOR_IDLE
public static final int PROCESSOR_ACTIVE
public static final String AUTHORIZATION_HEADER
public static final String SSL_CERTIFICATE_ATTR
public static final boolean SECURITY
public static final int DEFAULT_MAX_DISPATCH_DEPTH
public static final String DEFAULT_RESPONSE_TYPE
public static final String FORCED_RESPONSE_TYPE
public static final String PROXY_JROUTE
public static final String JROUTE_COOKIE
Constructor Detail |
---|
public Constants()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |