org.apache.http.impl.client.cache
Class HeaderConstants
java.lang.Object
org.apache.http.impl.client.cache.HeaderConstants
@Immutable
public class HeaderConstants
- extends Object
- Since:
- 4.1
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
GET_METHOD
public static final String GET_METHOD
- See Also:
- Constant Field Values
HEAD_METHOD
public static final String HEAD_METHOD
- See Also:
- Constant Field Values
OPTIONS_METHOD
public static final String OPTIONS_METHOD
- See Also:
- Constant Field Values
PUT_METHOD
public static final String PUT_METHOD
- See Also:
- Constant Field Values
DELETE_METHOD
public static final String DELETE_METHOD
- See Also:
- Constant Field Values
TRACE_METHOD
public static final String TRACE_METHOD
- See Also:
- Constant Field Values
LAST_MODIFIED
public static final String LAST_MODIFIED
- See Also:
- Constant Field Values
IF_MATCH
public static final String IF_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
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
PRAGMA
public static final String PRAGMA
- See Also:
- Constant Field Values
MAX_FORWARDS
public static final String MAX_FORWARDS
- See Also:
- Constant Field Values
ETAG
public static final String ETAG
- See Also:
- Constant Field Values
EXPIRES
public static final String EXPIRES
- See Also:
- Constant Field Values
AGE
public static final String AGE
- See Also:
- Constant Field Values
CONTENT_LENGTH
public static final String CONTENT_LENGTH
- See Also:
- Constant Field Values
DATE
public static final String DATE
- See Also:
- Constant Field Values
VARY
public static final String VARY
- See Also:
- Constant Field Values
CACHE_CONTROL
public static final String CACHE_CONTROL
- See Also:
- Constant Field Values
CACHE_CONTROL_NO_STORE
public static final String CACHE_CONTROL_NO_STORE
- See Also:
- Constant Field Values
CACHE_CONTROL_NO_CACHE
public static final String CACHE_CONTROL_NO_CACHE
- See Also:
- Constant Field Values
CACHE_CONTROL_MAX_AGE
public static final String CACHE_CONTROL_MAX_AGE
- See Also:
- Constant Field Values
CACHE_CONTROL_MAX_STALE
public static final String CACHE_CONTROL_MAX_STALE
- See Also:
- Constant Field Values
CACHE_CONTROL_MIN_FRESH
public static final String CACHE_CONTROL_MIN_FRESH
- See Also:
- Constant Field Values
TRANSFER_ENCODING
public static final String TRANSFER_ENCODING
- See Also:
- Constant Field Values
WARNING
public static final String WARNING
- See Also:
- Constant Field Values
EXPECT
public static final String EXPECT
- See Also:
- Constant Field Values
RANGE
public static final String RANGE
- See Also:
- Constant Field Values
CONTENT_RANGE
public static final String CONTENT_RANGE
- See Also:
- Constant Field Values
HeaderConstants
public HeaderConstants()
Copyright © 1999-2010 Apache Software Foundation. All Rights Reserved.