java.lang.Object
org.glassfish.grizzly.http.util.Constants
Constants.
- Author:
- Remy Maucherat
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final byte'a'.static final byte'A'.static final Stringstatic final byteCOLON.static final byteCOMMA.static final byteCR.static final StringDefault HTTP character encoding TODO Grizzly 2.0, by default, parsed the request URI using UTF-8.static final CharsetDefault HTTPCharsetstatic final intDefault max keep-alive count.static final StringThe default response-typestatic final Stringstatic final byteHT.static final byte[]static final intstatic final byteLower case offset.static final byteLF.static final byte'?'.static final byteSEMI_COLON.static final byteSP.static final byte'Z'. -
Constructor Summary
Constructors -
Method Summary
-
Field Details
-
CR
public static final byte CRCR.- See Also:
-
LF
public static final byte LFLF.- See Also:
-
SP
public static final byte SPSP.- See Also:
-
HT
public static final byte HTHT.- See Also:
-
COMMA
public static final byte COMMACOMMA.- See Also:
-
COLON
public static final byte COLONCOLON.- See Also:
-
SEMI_COLON
public static final byte SEMI_COLONSEMI_COLON.- See Also:
-
A
public static final byte A'A'.- See Also:
-
a
public static final byte a'a'.- See Also:
-
Z
public static final byte Z'Z'.- See Also:
-
QUESTION
public static final byte QUESTION'?'.- See Also:
-
LC_OFFSET
public static final byte LC_OFFSETLower case offset.- See Also:
-
DEFAULT_RESPONSE_TYPE
The default response-type -
CHUNKED_ENCODING
- See Also:
-
FORM_POST_CONTENT_TYPE
- See Also:
-
KEEP_ALIVE_TIMEOUT_IN_SECONDS
public static final int KEEP_ALIVE_TIMEOUT_IN_SECONDS- See Also:
-
DEFAULT_MAX_KEEP_ALIVE
public static final int DEFAULT_MAX_KEEP_ALIVEDefault max keep-alive count.- See Also:
-
DEFAULT_HTTP_CHARACTER_ENCODING
Default HTTP character encoding TODO Grizzly 2.0, by default, parsed the request URI using UTF-8. We should probably do so with query parameters -
DEFAULT_HTTP_CHARSET
Default HTTPCharset -
IDENTITY
public static final byte[] IDENTITY
-
-
Constructor Details
-
Constants
public Constants()
-