Uses of Class
org.apache.juneau.http.header.LastModified
Packages that use LastModified
-
Uses of LastModified in org.apache.juneau.http
Methods in org.apache.juneau.http that return LastModifiedModifier and TypeMethodDescriptionstatic final LastModified
HttpHeaders.lastModified
(String value) Creates a newLastModified
header.static final LastModified
HttpHeaders.lastModified
(ZonedDateTime value) Creates a newLastModified
header.static final LastModified
HttpHeaders.lastModified
(Supplier<ZonedDateTime> value) Creates a newLastModified
header with a delayed value. -
Uses of LastModified in org.apache.juneau.http.header
Methods in org.apache.juneau.http.header that return LastModifiedModifier and TypeMethodDescriptionstatic LastModified
Static creator.static LastModified
LastModified.of
(ZonedDateTime value) Static creator.static LastModified
LastModified.of
(Supplier<ZonedDateTime> value) Static creator with delayed value.