Package io.avaje.jex.core
Class HeaderKeys
- java.lang.Object
-
- io.avaje.jex.core.HeaderKeys
-
public class HeaderKeys extends Object
-
-
Field Summary
Fields Modifier and Type Field Description static StringACCEPTstatic StringCONTENT_DISPOSITIONstatic StringCONTENT_ENCODINGstatic StringCONTENT_LANGUAGEstatic StringCONTENT_LENGTHstatic StringCONTENT_LOCATIONstatic StringCONTENT_RANGEstatic StringCONTENT_TYPEstatic StringHOSTstatic StringLOCATIONstatic StringUSER_AGENT
-
Constructor Summary
Constructors Constructor Description HeaderKeys()
-
-
-
Field Detail
-
ACCEPT
public static final String ACCEPT
- See Also:
- Constant Field Values
-
CONTENT_ENCODING
public static final String CONTENT_ENCODING
- See Also:
- Constant Field Values
-
CONTENT_DISPOSITION
public static final String CONTENT_DISPOSITION
- See Also:
- Constant Field Values
-
CONTENT_LANGUAGE
public static final String CONTENT_LANGUAGE
- See Also:
- Constant Field Values
-
CONTENT_LENGTH
public static final String CONTENT_LENGTH
- See Also:
- Constant Field Values
-
CONTENT_LOCATION
public static final String CONTENT_LOCATION
- See Also:
- Constant Field Values
-
CONTENT_RANGE
public static final String CONTENT_RANGE
- See Also:
- Constant Field Values
-
CONTENT_TYPE
public static final String CONTENT_TYPE
- See Also:
- Constant Field Values
-
LOCATION
public static final String LOCATION
- See Also:
- Constant Field Values
-
HOST
public static final String HOST
- See Also:
- Constant Field Values
-
USER_AGENT
public static final String USER_AGENT
- See Also:
- Constant Field Values
-
-