Package org.infinispan.rest
Class DateUtils
java.lang.Object
org.infinispan.rest.DateUtils
- Since:
- 10.0
-
Method Summary
Modifier and TypeMethodDescriptionstatic boolean
ifUnmodifiedIsBeforeModificationDate
(String ifUnmodifiedSince, Long lastMod) static boolean
isNotModifiedSince
(String rfc1123Since, Long lasModificationDate) static ZonedDateTime
parseRFC1123
(String str) static String
toRFC1123
(long epoch)
-
Method Details
-
ifUnmodifiedIsBeforeModificationDate
-
parseRFC1123
-
toRFC1123
-
isNotModifiedSince
public static boolean isNotModifiedSince(String rfc1123Since, Long lasModificationDate) throws WrongDateFormatException - Throws:
WrongDateFormatException
-