org.codelabor.system.web.servlet
Class HttpRequestHeaderConstants

java.lang.Object
  extended by org.codelabor.system.web.servlet.HttpRequestHeaderConstants

public class HttpRequestHeaderConstants
extends Object

Http 요청 헤더 상수

Author:
Shin Sang-jae

Field Summary
static String ACCEPT
           
static String ACCEPT_CHARSET
           
static String ACCEPT_ENCODING
           
static String ACCEPT_LANGUAGE
           
static String ACCEPT_RANGES
           
static String AUTHORIZATION
           
static String CACHE_CONTROL
           
static String CONNECTION
           
static String CONTENT_LENGTH
           
static String CONTENT_TYPE
           
static String COOKIE
           
static String DATE
           
static String EXPECT
           
static String FROM
           
static String HOST
           
static String IF_MATCH
           
static String IF_MODIFIED_SINCE
           
static String IF_NONE_MATCH
           
static String IF_RANGE
           
static String IF_UNMODIFIED_SINCE
           
static String MAX_FORWARDS
           
static String PRAGMA
           
static String PROXY_AUTHORIZATION
           
static String RANGE
           
static String REFERER
           
static String TE
           
static String UPGRADE
           
static String USER_AGENT
           
static String VIA
           
static String WARNING
           
 
Constructor Summary
HttpRequestHeaderConstants()
           
 
Method Summary
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

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
Constructor Detail

HttpRequestHeaderConstants

public HttpRequestHeaderConstants()


Copyright © 2011 CODELABOR. All Rights Reserved.