Uses of Class
org.glassfish.jersey.message.internal.MatchingEntityTag
-
Uses of MatchingEntityTag in org.glassfish.jersey.message.internal
Modifier and TypeFieldDescriptionstatic final Set<MatchingEntityTag>
MatchingEntityTag.ANY_MATCH
An empty set that corresponds toIf-Match: *
orIf-None-Match: *
.Modifier and TypeMethodDescriptionstatic MatchingEntityTag
MatchingEntityTag.valueOf
(HttpHeaderReader reader) Create new matching entity tag out of provided header reader.Modifier and TypeMethodDescriptionInboundMessageContext.getIfMatch()
Get If-Match header.InboundMessageContext.getIfNoneMatch()
Get If-None-Match header.static Set<MatchingEntityTag>
HttpHeaderReader.readMatchingEntityTag
(String header) TODO javadoc.