Uses of Class
org.apache.juneau.http.header.IfNoneMatch
Packages that use IfNoneMatch
Package
Description
RFC2616 HTTP Headers
HTTP Header Beans
-
Uses of IfNoneMatch in org.apache.juneau.http
Methods in org.apache.juneau.http that return IfNoneMatchModifier and TypeMethodDescriptionstatic final IfNoneMatchHttpHeaders.ifNoneMatch(String value) Creates a newIfNoneMatchheader.static final IfNoneMatchHttpHeaders.ifNoneMatch(Supplier<EntityTags> value) Creates a newIfNoneMatchheader with a delayed value.static final IfNoneMatchHttpHeaders.ifNoneMatch(EntityTags value) Creates a newIfNoneMatchheader. -
Uses of IfNoneMatch in org.apache.juneau.http.header
Methods in org.apache.juneau.http.header that return IfNoneMatchModifier and TypeMethodDescriptionstatic IfNoneMatchStatic creator.static IfNoneMatchIfNoneMatch.of(Supplier<EntityTags> value) Static creator with delayed value.static IfNoneMatchIfNoneMatch.of(EntityTags value) Static creator.