Uses of Class
org.apache.juneau.http.header.Expires
Packages that use Expires
-
Uses of Expires in org.apache.juneau.http
Methods in org.apache.juneau.http that return ExpiresModifier and TypeMethodDescriptionstatic final Expires
Creates a newExpires
header.static final Expires
HttpHeaders.expires
(ZonedDateTime value) Creates a newExpires
header.static final Expires
HttpHeaders.expires
(Supplier<ZonedDateTime> value) Creates a newExpires
header 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 Expires
Static creator.static Expires
Expires.of
(ZonedDateTime value) Static creator.static Expires
Expires.of
(Supplier<ZonedDateTime> value) Static creator with delayed value.