Uses of Class
org.glassfish.jersey.message.internal.MatchingEntityTag
Packages that use MatchingEntityTag
-
Uses of MatchingEntityTag in org.glassfish.jersey.message.internal
Fields in org.glassfish.jersey.message.internal with type parameters of type MatchingEntityTagModifier and TypeFieldDescriptionstatic final Set<MatchingEntityTag>MatchingEntityTag.ANY_MATCHAn empty set that corresponds toIf-Match: *orIf-None-Match: *.Methods in org.glassfish.jersey.message.internal that return MatchingEntityTagModifier and TypeMethodDescriptionstatic MatchingEntityTagMatchingEntityTag.valueOf(HttpHeaderReader reader) Create new matching entity tag out of provided header reader.Methods in org.glassfish.jersey.message.internal that return types with arguments of type MatchingEntityTagModifier and TypeMethodDescriptionInboundMessageContext.getIfMatch()Get If-Match header.InboundMessageContext.getIfNoneMatch()Get If-None-Match header.static Set<MatchingEntityTag>HttpHeaderReader.readMatchingEntityTag(String header) TODO javadoc.