org.springframework.integration.http
Class HttpHeaders

java.lang.Object
  extended by org.springframework.integration.http.HttpHeaders

public abstract class HttpHeaders
extends java.lang.Object

Since:
1.0.2

Field Summary
static java.lang.String REQUEST_METHOD
           
static java.lang.String REQUEST_URL
           
static java.lang.String STATUS_CODE
           
static java.lang.String USER_PRINCIPAL
           
 
Constructor Summary
HttpHeaders()
           
 
Method Summary
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

REQUEST_URL

public static final java.lang.String REQUEST_URL
See Also:
Constant Field Values

REQUEST_METHOD

public static final java.lang.String REQUEST_METHOD
See Also:
Constant Field Values

USER_PRINCIPAL

public static final java.lang.String USER_PRINCIPAL
See Also:
Constant Field Values

STATUS_CODE

public static final java.lang.String STATUS_CODE
See Also:
Constant Field Values
Constructor Detail

HttpHeaders

public HttpHeaders()