java.lang.Object
io.avaje.jex.spi.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() -
Method Summary
-
Field Details
-
ACCEPT
- See Also:
- Constant Field Values
-
CONTENT_ENCODING
- See Also:
- Constant Field Values
-
CONTENT_DISPOSITION
- See Also:
- Constant Field Values
-
CONTENT_LANGUAGE
- See Also:
- Constant Field Values
-
CONTENT_LENGTH
- See Also:
- Constant Field Values
-
CONTENT_LOCATION
- See Also:
- Constant Field Values
-
CONTENT_RANGE
- See Also:
- Constant Field Values
-
CONTENT_TYPE
- See Also:
- Constant Field Values
-
LOCATION
- See Also:
- Constant Field Values
-
HOST
- See Also:
- Constant Field Values
-
USER_AGENT
- See Also:
- Constant Field Values
-
-
Constructor Details
-
HeaderKeys
public HeaderKeys()
-