org.codehaus.httpcache4j
Interface HeaderConstants
public interface HeaderConstants
ACCEPT
static final java.lang.String ACCEPT
- See Also:
- Constant Field Values
ACCEPT_LANGUAGE
static final java.lang.String ACCEPT_LANGUAGE
- See Also:
- Constant Field Values
ACCEPT_CHARSET
static final java.lang.String ACCEPT_CHARSET
- See Also:
- Constant Field Values
ALLOW
static final java.lang.String ALLOW
- See Also:
- Constant Field Values
CACHE_CONTROL
static final java.lang.String CACHE_CONTROL
- See Also:
- Constant Field Values
CONTENT_TYPE
static final java.lang.String CONTENT_TYPE
- See Also:
- Constant Field Values
ETAG
static final java.lang.String ETAG
- See Also:
- Constant Field Values
EXPIRES
static final java.lang.String EXPIRES
- See Also:
- Constant Field Values
IF_NON_MATCH
static final java.lang.String IF_NON_MATCH
- See Also:
- Constant Field Values
IF_MATCH
static final java.lang.String IF_MATCH
- See Also:
- Constant Field Values
IF_MODIFIED_SINCE
static final java.lang.String IF_MODIFIED_SINCE
- See Also:
- Constant Field Values
IF_UNMODIFIED_SINCE
static final java.lang.String IF_UNMODIFIED_SINCE
- See Also:
- Constant Field Values
LAST_MODIFIED
static final java.lang.String LAST_MODIFIED
- See Also:
- Constant Field Values
LOCATION
static final java.lang.String LOCATION
- See Also:
- Constant Field Values
PRAGMA
static final java.lang.String PRAGMA
- See Also:
- Constant Field Values
VARY
static final java.lang.String VARY
- See Also:
- Constant Field Values
RETRY_AFTER
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. All Rights Reserved.