class HttpHeader
extends Object
-
-
Constructor Summary
Constructors
-
Method Summary
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Field Details
-
CONTENT_LENGTH
public static final String CONTENT_LENGTH
- See Also:
-
-
DATE
public static final String DATE
- See Also:
-
-
CACHE_CONTROL
public static final String CACHE_CONTROL
- See Also:
-
-
CONTENT_TYPE
public static final String CONTENT_TYPE
- See Also:
-
-
IF_MODIFIED_SINCE
public static final String IF_MODIFIED_SINCE
- See Also:
-
-
IF_UNMODIFIED_SINCE
public static final String IF_UNMODIFIED_SINCE
- See Also:
-
-