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