Package org.apache.http.client.cache
Class HeaderConstants
java.lang.Object
org.apache.http.client.cache.HeaderConstants
Records static constants for various HTTP header names.
- Since:
- 4.1
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final String
static final String
static final String
static final String
static final String
static final String
static final String
static final String
static final String
static final String
static final String
static final String
static final String
static final String
static final String
static final String
static final String
static final String
static final String
static final String
static final String
static final String
static final String
static final String
static final String
static final String
static final String
static final String
static final String
static final String
static final String
static final String
static final String
static final String
static final String
static final String
static final String
static final String
-
Constructor Summary
Constructors -
Method Summary
-
Field Details
-
GET_METHOD
- See Also:
-
HEAD_METHOD
- See Also:
-
OPTIONS_METHOD
- See Also:
-
PUT_METHOD
- See Also:
-
DELETE_METHOD
- See Also:
-
TRACE_METHOD
- See Also:
-
LAST_MODIFIED
- See Also:
-
IF_MATCH
- See Also:
-
IF_RANGE
- See Also:
-
IF_UNMODIFIED_SINCE
- See Also:
-
IF_MODIFIED_SINCE
- See Also:
-
IF_NONE_MATCH
- See Also:
-
PRAGMA
- See Also:
-
MAX_FORWARDS
- See Also:
-
ETAG
- See Also:
-
EXPIRES
- See Also:
-
AGE
- See Also:
-
VARY
- See Also:
-
ALLOW
- See Also:
-
VIA
- See Also:
-
PUBLIC
- See Also:
-
PRIVATE
- See Also:
-
CACHE_CONTROL
- See Also:
-
CACHE_CONTROL_NO_STORE
- See Also:
-
CACHE_CONTROL_NO_CACHE
- See Also:
-
CACHE_CONTROL_MAX_AGE
- See Also:
-
CACHE_CONTROL_MAX_STALE
- See Also:
-
CACHE_CONTROL_MIN_FRESH
- See Also:
-
CACHE_CONTROL_MUST_REVALIDATE
- See Also:
-
CACHE_CONTROL_PROXY_REVALIDATE
- See Also:
-
STALE_IF_ERROR
- See Also:
-
STALE_WHILE_REVALIDATE
- See Also:
-
WARNING
- See Also:
-
RANGE
- See Also:
-
CONTENT_RANGE
- See Also:
-
WWW_AUTHENTICATE
- See Also:
-
PROXY_AUTHENTICATE
- See Also:
-
AUTHORIZATION
- See Also:
-
-
Constructor Details
-
HeaderConstants
public HeaderConstants()
-