org.codehaus.httpcache4j
Class HeaderConstants

java.lang.Object
  extended by org.codehaus.httpcache4j.HeaderConstants

public final class HeaderConstants
extends java.lang.Object


Field Summary
static java.lang.String ACCEPT
           
static java.lang.String ACCEPT_CHARSET
           
static java.lang.String ACCEPT_LANGUAGE
           
static java.lang.String AGE
           
static java.lang.String ALLOW
           
static java.lang.String CACHE_CONTROL
           
static java.lang.String CONTENT_TYPE
           
static java.lang.String DATE
           
static java.lang.String ETAG
           
static java.lang.String EXPIRES
           
static java.lang.String IF_MATCH
           
static java.lang.String IF_MODIFIED_SINCE
           
static java.lang.String IF_NON_MATCH
           
static java.lang.String IF_UNMODIFIED_SINCE
           
static java.lang.String LAST_MODIFIED
           
static java.lang.String LOCATION
           
static java.lang.String PRAGMA
           
static java.lang.String RETRY_AFTER
          The Retry-After response-header field can be used with a 503 (Service Unavailable) response to indicate how long the service is expected to be unavailable to the requesting client.
static java.lang.String VARY
           
static java.lang.String WARNING
           
 
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 java.lang.String ACCEPT
See Also:
Constant Field Values

ACCEPT_LANGUAGE

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

ACCEPT_CHARSET

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

AGE

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

ALLOW

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

CACHE_CONTROL

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

CONTENT_TYPE

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

DATE

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

ETAG

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

EXPIRES

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

IF_NON_MATCH

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

IF_MATCH

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

IF_MODIFIED_SINCE

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

IF_UNMODIFIED_SINCE

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

LAST_MODIFIED

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

LOCATION

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

PRAGMA

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

VARY

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

WARNING

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

RETRY_AFTER

public static final java.lang.String RETRY_AFTER
The Retry-After response-header field can be used with a 503 (Service Unavailable) response to indicate how long the service is expected to be unavailable to the requesting client. This field MAY also be used with any 3xx (Redirection) response to indicate the minimum time the user-agent is asked wait before issuing the redirected request. The value of this field can be either an HTTP-date or an integer number of seconds (in decimal) after the time of the response

See Also:
Constant Field Values


Copyright © 2008-2009. All Rights Reserved.