public final class Constants
extends java.lang.Object
| Modifier and Type | Field and Description |
|---|---|
static byte |
a
'a'.
|
static byte |
A
'A'.
|
static java.lang.String |
CHUNKED_ENCODING |
static byte |
COLON
COLON.
|
static byte |
COMMA
COMMA.
|
static byte |
CR
CR.
|
static java.lang.String |
DEFAULT_HTTP_CHARACTER_ENCODING
Default HTTP character encoding
TODO Grizzly 2.0, by default, parsed the request URI using UTF-8.
|
static java.nio.charset.Charset |
DEFAULT_HTTP_CHARSET
Default HTTP
Charset |
static int |
DEFAULT_MAX_KEEP_ALIVE
Default max keep-alive count.
|
static java.lang.String |
DEFAULT_RESPONSE_TYPE
The default response-type
|
static java.lang.String |
FORM_POST_CONTENT_TYPE |
static byte |
HT
HT.
|
static byte[] |
IDENTITY |
static int |
KEEP_ALIVE_TIMEOUT_IN_SECONDS |
static byte |
LC_OFFSET
Lower case offset.
|
static byte |
LF
LF.
|
static byte |
QUESTION
'?'.
|
static byte |
SEMI_COLON
SEMI_COLON.
|
static byte |
SP
SP.
|
static byte |
Z
'Z'.
|
| Constructor and Description |
|---|
Constants() |
public static final byte CR
public static final byte LF
public static final byte SP
public static final byte HT
public static final byte COMMA
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 java.lang.String DEFAULT_RESPONSE_TYPE
public static final java.lang.String CHUNKED_ENCODING
public static final java.lang.String FORM_POST_CONTENT_TYPE
public static final int KEEP_ALIVE_TIMEOUT_IN_SECONDS
public static final int DEFAULT_MAX_KEEP_ALIVE
public static final java.lang.String DEFAULT_HTTP_CHARACTER_ENCODING
public static final java.nio.charset.Charset DEFAULT_HTTP_CHARSET
Charsetpublic static final byte[] IDENTITY
Copyright © 2013 Oracle Corporation. All Rights Reserved.