Uses of Class
org.apache.juneau.http.header.Expires
Packages that use Expires
Package
Description
RFC2616 HTTP Headers
HTTP Header Beans
-
Uses of Expires in org.apache.juneau.http
Methods in org.apache.juneau.http that return ExpiresModifier and TypeMethodDescriptionstatic final ExpiresCreates a newExpiresheader.static final ExpiresHttpHeaders.expires(ZonedDateTime value) Creates a newExpiresheader.static final ExpiresHttpHeaders.expires(Supplier<ZonedDateTime> value) Creates a newExpiresheader with a delayed value. -
Uses of Expires in org.apache.juneau.http.header
Methods in org.apache.juneau.http.header that return ExpiresModifier and TypeMethodDescriptionstatic ExpiresStatic creator.static ExpiresExpires.of(ZonedDateTime value) Static creator.static ExpiresExpires.of(Supplier<ZonedDateTime> value) Static creator with delayed value.