Uses of Class
org.apache.juneau.http.header.IfNoneMatch
Packages that use IfNoneMatch
-
Uses of IfNoneMatch in org.apache.juneau.http
Methods in org.apache.juneau.http that return IfNoneMatchModifier and TypeMethodDescriptionstatic final IfNoneMatch
HttpHeaders.ifNoneMatch
(String value) Creates a newIfNoneMatch
header.static final IfNoneMatch
HttpHeaders.ifNoneMatch
(Supplier<EntityTags> value) Creates a newIfNoneMatch
header with a delayed value.static final IfNoneMatch
HttpHeaders.ifNoneMatch
(EntityTags value) Creates a newIfNoneMatch
header. -
Uses of IfNoneMatch in org.apache.juneau.http.header
Methods in org.apache.juneau.http.header that return IfNoneMatchModifier and TypeMethodDescriptionstatic IfNoneMatch
Static creator.static IfNoneMatch
IfNoneMatch.of
(Supplier<EntityTags> value) Static creator with delayed value.static IfNoneMatch
IfNoneMatch.of
(EntityTags value) Static creator.