Package be.personify.util.http
Class HttpHeaders
- java.lang.Object
-
- be.personify.util.http.HttpHeaders
-
public class HttpHeaders extends Object
Class to bundle HTTP header names- Author:
- vanderw
-
-
Field Summary
Fields Modifier and Type Field Description static StringACCEPTstatic StringACCEPT_ENCODINGstatic StringAUTHORIZATIONstatic StringCACHE_CONTROLstatic StringCONTENT_DISPOSITIONstatic StringCONTENT_LENGTHstatic StringCONTENT_TYPEstatic DateFormatDATE_FORMAT_EXPIRESstatic StringEXPIRESstatic StringHOSTstatic StringLOCATIONstatic StringPRAGMAstatic StringServerstatic StringUSER_AGENTstatic StringXFORWARDED_FORstatic StringXFORWARDED_HOSTstatic StringXFORWARDED_PREFIXstatic StringXFORWARDED_PROTOstatic StringXFRANE_OPTIONS
-
Constructor Summary
Constructors Constructor Description HttpHeaders()
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static StringgetCaseInsensitiveHeader(Map<String,String> headers, String key)
-
-
-
Field Detail
-
DATE_FORMAT_EXPIRES
public static final DateFormat DATE_FORMAT_EXPIRES
-
CONTENT_TYPE
public static final String CONTENT_TYPE
- See Also:
- Constant Field Values
-
CONTENT_LENGTH
public static final String CONTENT_LENGTH
- See Also:
- Constant Field Values
-
USER_AGENT
public static final String USER_AGENT
- See Also:
- Constant Field Values
-
AUTHORIZATION
public static final String AUTHORIZATION
- See Also:
- Constant Field Values
-
ACCEPT
public static final String ACCEPT
- See Also:
- Constant Field Values
-
Server
public static final String Server
- 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
-
ACCEPT_ENCODING
public static final String ACCEPT_ENCODING
- See Also:
- Constant Field Values
-
XFRANE_OPTIONS
public static final String XFRANE_OPTIONS
- See Also:
- Constant Field Values
-
XFORWARDED_FOR
public static final String XFORWARDED_FOR
- See Also:
- Constant Field Values
-
XFORWARDED_HOST
public static final String XFORWARDED_HOST
- See Also:
- Constant Field Values
-
XFORWARDED_PREFIX
public static final String XFORWARDED_PREFIX
- See Also:
- Constant Field Values
-
XFORWARDED_PROTO
public static final String XFORWARDED_PROTO
- See Also:
- Constant Field Values
-
EXPIRES
public static final String EXPIRES
- See Also:
- Constant Field Values
-
CACHE_CONTROL
public static final String CACHE_CONTROL
- See Also:
- Constant Field Values
-
PRAGMA
public static final String PRAGMA
- See Also:
- Constant Field Values
-
CONTENT_DISPOSITION
public static final String CONTENT_DISPOSITION
- See Also:
- Constant Field Values
-
-