Uses of Class
com.sun.jersey.core.header.MatchingEntityTag

Packages that use MatchingEntityTag
com.sun.jersey.core.header Provides support for HTTP headers. 
com.sun.jersey.core.header.reader Provides support for reading HTTP headers. 
 

Uses of MatchingEntityTag in com.sun.jersey.core.header
 

Fields in com.sun.jersey.core.header 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 com.sun.jersey.core.header that return MatchingEntityTag
static MatchingEntityTag MatchingEntityTag.valueOf(HttpHeaderReader reader)
           
 

Uses of MatchingEntityTag in com.sun.jersey.core.header.reader
 

Methods in com.sun.jersey.core.header.reader that return types with arguments of type MatchingEntityTag
static Set<MatchingEntityTag> HttpHeaderReader.readMatchingEntityTag(String header)
           
 



Copyright © 2011 Oracle Corporation. All Rights Reserved.