Package org.n52.janmayen.http
Class HTTPHeaders
- java.lang.Object
-
- org.n52.janmayen.http.HTTPHeaders
-
public abstract class HTTPHeaders extends Object
TODO JavaDoc- Since:
- 1.0.0
-
-
Field Summary
Fields Modifier and Type Field Description static StringACCEPTstatic StringACCEPT_ENCODINGstatic StringACCESS_CONTROL_ALLOW_HEADERSstatic StringACCESS_CONTROL_ALLOW_METHODSstatic StringACCESS_CONTROL_ALLOW_ORIGINstatic StringALLOWstatic StringAUTHORIZATIONstatic StringCONTENT_ENCODINGstatic StringCONTENT_TYPEstatic StringLOCATIONstatic StringX_FORWARDED_FOR
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static List<MediaType>getAcceptHeader(javax.servlet.http.HttpServletRequest req)static booleanisGzipEncoded(javax.servlet.http.HttpServletRequest req)static booleansupportsGzipEncoding(javax.servlet.http.HttpServletRequest req)
-
-
-
Field Detail
-
AUTHORIZATION
public static final String AUTHORIZATION
- See Also:
- Constant Field Values
-
ACCEPT_ENCODING
public static final String ACCEPT_ENCODING
- See Also:
- Constant Field Values
-
CONTENT_ENCODING
public static final String CONTENT_ENCODING
- See Also:
- Constant Field Values
-
ALLOW
public static final String ALLOW
- See Also:
- Constant Field Values
-
CONTENT_TYPE
public static final String CONTENT_TYPE
- See Also:
- Constant Field Values
-
ACCEPT
public static final String ACCEPT
- See Also:
- Constant Field Values
-
LOCATION
public static final String LOCATION
- See Also:
- Constant Field Values
-
ACCESS_CONTROL_ALLOW_ORIGIN
public static final String ACCESS_CONTROL_ALLOW_ORIGIN
- See Also:
- Constant Field Values
-
ACCESS_CONTROL_ALLOW_METHODS
public static final String ACCESS_CONTROL_ALLOW_METHODS
- See Also:
- Constant Field Values
-
ACCESS_CONTROL_ALLOW_HEADERS
public static final String ACCESS_CONTROL_ALLOW_HEADERS
- See Also:
- Constant Field Values
-
X_FORWARDED_FOR
public static final String X_FORWARDED_FOR
- See Also:
- Constant Field Values
-
-