Uses of Class
org.glassfish.jersey.message.internal.MatchingEntityTag
-
Packages that use MatchingEntityTag Package Description org.glassfish.jersey.message.internal Common Jersey internal messaging classes. -
-
Uses of MatchingEntityTag in org.glassfish.jersey.message.internal
Fields in org.glassfish.jersey.message.internal with type parameters of type MatchingEntityTag Modifier and Type Field Description static Set<MatchingEntityTag>MatchingEntityTag. ANY_MATCHAn empty set that corresponds toIf-Match: *orIf-None-Match: *.Methods in org.glassfish.jersey.message.internal that return MatchingEntityTag Modifier and Type Method Description static 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 MatchingEntityTag Modifier and Type Method Description Set<MatchingEntityTag>InboundMessageContext. getIfMatch()Get If-Match header.Set<MatchingEntityTag>InboundMessageContext. getIfNoneMatch()Get If-None-Match header.static Set<MatchingEntityTag>HttpHeaderReader. readMatchingEntityTag(String header)TODO javadoc.
-