public final class Constants extends Object
Modifier and Type | Field and Description |
---|---|
static byte |
a
'a'.
|
static byte |
A
'A'.
|
static String |
CHUNKED_ENCODING |
static byte |
COLON
COLON.
|
static byte |
COMMA
COMMA.
|
static byte |
CR
CR.
|
static String |
DEFAULT_HTTP_CHARACTER_ENCODING
Default HTTP character encoding
TODO Grizzly 2.0, by default, parsed the request URI using UTF-8.
|
static Charset |
DEFAULT_HTTP_CHARSET
Default HTTP
Charset |
static int |
DEFAULT_MAX_KEEP_ALIVE
Default max keep-alive count.
|
static String |
DEFAULT_RESPONSE_TYPE
The default response-type
|
static 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 String DEFAULT_RESPONSE_TYPE
public static final String CHUNKED_ENCODING
public static final 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 String DEFAULT_HTTP_CHARACTER_ENCODING
public static final byte[] IDENTITY
Copyright © 2014 Oracle Corporation. All rights reserved.