Uses of Class
org.apache.juneau.http.header.Expires
Packages that use Expires
- 
Uses of Expires in org.apache.juneau.httpMethods 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.headerMethods 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.