Uses of Class
org.glassfish.jersey.message.internal.MatchingEntityTag

Packages that use MatchingEntityTag
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
static Set<MatchingEntityTag> MatchingEntityTag.ANY_MATCH
          An empty set that corresponds to If-Match: * or If-None-Match: *.
 

Methods in org.glassfish.jersey.message.internal that return MatchingEntityTag
static MatchingEntityTag MatchingEntityTag.valueOf(HttpHeaderReader reader)
           
 

Methods in org.glassfish.jersey.message.internal that return types with arguments of type MatchingEntityTag
 Set<MatchingEntityTag> InboundMessageContext.getIfMatch()
          Get If-Match header.
 Set<MatchingEntityTag> InboundMessageContext.getIfNoneMatch()
          Get If-None-Match header.
static Set<MatchingEntityTag> HttpHeaderReader.readMatchingEntityTag(String header)
           
 



Copyright © 2007-2014, Oracle and/or its affiliates. All Rights Reserved. Use is subject to license terms.