org.codelabor.system.web.servlet
Class HttpRequestHeaderConstants
java.lang.Object
org.codelabor.system.web.servlet.HttpRequestHeaderConstants
public class HttpRequestHeaderConstants
- extends Object
Http 요청 헤더 상수
- Author:
- Shin Sang-jae
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
ACCEPT
public static final String ACCEPT
- See Also:
- Constant Field Values
ACCEPT_CHARSET
public static final String ACCEPT_CHARSET
- See Also:
- Constant Field Values
ACCEPT_ENCODING
public static final String ACCEPT_ENCODING
- See Also:
- Constant Field Values
ACCEPT_LANGUAGE
public static final String ACCEPT_LANGUAGE
- See Also:
- Constant Field Values
ACCEPT_RANGES
public static final String ACCEPT_RANGES
- See Also:
- Constant Field Values
AUTHORIZATION
public static final String AUTHORIZATION
- See Also:
- Constant Field Values
CACHE_CONTROL
public static final String CACHE_CONTROL
- See Also:
- Constant Field Values
CONNECTION
public static final String CONNECTION
- See Also:
- Constant Field Values
COOKIE
public static final String COOKIE
- See Also:
- Constant Field Values
CONTENT_LENGTH
public static final String CONTENT_LENGTH
- See Also:
- Constant Field Values
CONTENT_TYPE
public static final String CONTENT_TYPE
- See Also:
- Constant Field Values
DATE
public static final String DATE
- See Also:
- Constant Field Values
EXPECT
public static final String EXPECT
- See Also:
- Constant Field Values
FROM
public static final String FROM
- See Also:
- Constant Field Values
HOST
public static final String HOST
- See Also:
- Constant Field Values
IF_MATCH
public static final String IF_MATCH
- See Also:
- Constant Field Values
IF_MODIFIED_SINCE
public static final String IF_MODIFIED_SINCE
- See Also:
- Constant Field Values
IF_NONE_MATCH
public static final String IF_NONE_MATCH
- See Also:
- Constant Field Values
IF_RANGE
public static final String IF_RANGE
- See Also:
- Constant Field Values
IF_UNMODIFIED_SINCE
public static final String IF_UNMODIFIED_SINCE
- See Also:
- Constant Field Values
MAX_FORWARDS
public static final String MAX_FORWARDS
- See Also:
- Constant Field Values
PRAGMA
public static final String PRAGMA
- See Also:
- Constant Field Values
PROXY_AUTHORIZATION
public static final String PROXY_AUTHORIZATION
- See Also:
- Constant Field Values
RANGE
public static final String RANGE
- See Also:
- Constant Field Values
REFERER
public static final String REFERER
- See Also:
- Constant Field Values
TE
public static final String TE
- See Also:
- Constant Field Values
UPGRADE
public static final String UPGRADE
- See Also:
- Constant Field Values
USER_AGENT
public static final String USER_AGENT
- See Also:
- Constant Field Values
VIA
public static final String VIA
- See Also:
- Constant Field Values
WARNING
public static final String WARNING
- See Also:
- Constant Field Values
HttpRequestHeaderConstants
public HttpRequestHeaderConstants()
Copyright © 2011 CODELABOR. All Rights Reserved.