Class HttpDate
java.lang.Object
com.soklet.HttpDate
Formatter and parser for HTTP-date-valued headers.
- Author:
- Mark Allen
-
Method Summary
Modifier and TypeMethodDescriptionfromHeaderValue(@Nullable String headerValue) toHeaderValue(@NonNull Instant instant) Formats the provided instant as an IMF-fixdate HTTP header value.
-
Method Details
-
toHeaderValue
Formats the provided instant as an IMF-fixdate HTTP header value.- Parameters:
instant- the instant to format- Returns:
- the HTTP-date header value
- Throws:
IllegalArgumentException- if the instant cannot be represented with a four-digit IMF-fixdate year
-
fromHeaderValue
-
currentSecondHeaderValue
-