Class HttpHeaders
java.lang.Object
org.springframework.integration.http.HttpHeaders
public abstract class HttpHeaders extends Object
- Since:
- 1.0.2
- Author:
- Mark Fisher, Gary Russell
-
Field Summary
Fields Modifier and Type Field Description static String
PREFIX
static String
REQUEST_METHOD
static String
REQUEST_URL
static String
STATUS_CODE
static String
USER_PRINCIPAL
-
Constructor Summary
Constructors Constructor Description HttpHeaders()
-
Method Summary
-
Field Details
-
PREFIX
- See Also:
- Constant Field Values
-
REQUEST_URL
- See Also:
- Constant Field Values
-
REQUEST_METHOD
- See Also:
- Constant Field Values
-
USER_PRINCIPAL
- See Also:
- Constant Field Values
-
STATUS_CODE
- See Also:
- Constant Field Values
-
-
Constructor Details
-
HttpHeaders
public HttpHeaders()
-