Class HttpDateGenerator
java.lang.Object
org.apache.hc.core5.http.protocol.HttpDateGenerator
Generates a date in the format required by the HTTP protocol.
- Since:
- 4.0
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final TimeZoneDeprecated.This attribute is no longer supported as a part of the public API.static final ZoneIdstatic final HttpDateGeneratorSingleton instance.static final StringDate format pattern used to generate the header in RFC 1123 format. -
Method Summary
-
Field Details
-
PATTERN_RFC1123
Date format pattern used to generate the header in RFC 1123 format.- See Also:
-
GMT
Deprecated.This attribute is no longer supported as a part of the public API. The time zone to use in the date header. -
GMT_ID
-
INSTANCE
Singleton instance.
-
-
Method Details
-
getCurrentDate
-