Package org.apache.http.protocol
Class HttpDateGenerator
- java.lang.Object
-
- org.apache.http.protocol.HttpDateGenerator
-
-
Field Summary
Fields Modifier and Type Field Description static TimeZone
GMT
The time zone to use in the date header.static String
PATTERN_RFC1123
Date format pattern used to generate the header in RFC 1123 format.
-
Constructor Summary
Constructors Constructor Description HttpDateGenerator()
-
-
-
Field Detail
-
PATTERN_RFC1123
public static final String PATTERN_RFC1123
Date format pattern used to generate the header in RFC 1123 format.- See Also:
- Constant Field Values
-
GMT
public static final TimeZone GMT
The time zone to use in the date header.
-
-
Method Detail
-
getCurrentDate
public String getCurrentDate()
-
-