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. 
com.sun.jersey.server.impl.model   
 

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)
           
 

Uses of MatchingEntityTag in com.sun.jersey.server.impl.model
 

Methods in com.sun.jersey.server.impl.model that return types with arguments of type MatchingEntityTag
static Set<MatchingEntityTag> HttpHelper.getIfMatch(HttpRequestContext request)
           
static Set<MatchingEntityTag> HttpHelper.getIfNoneMatch(HttpRequestContext request)
           
 



Copyright © 2013 Oracle Corporation. All Rights Reserved.