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 String
ACCEPT
static String
CONTENT_DISPOSITION
static String
CONTENT_ENCODING
static String
CONTENT_LANGUAGE
static String
CONTENT_LENGTH
static String
CONTENT_LOCATION
static String
CONTENT_RANGE
static String
CONTENT_TYPE
static String
HOST
static String
LOCATION
static String
USER_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
-
-