com.sun.jersey.core.header
Class MatchingEntityTag
java.lang.Object
javax.ws.rs.core.EntityTag
com.sun.jersey.core.header.MatchingEntityTag
public class MatchingEntityTag
- extends javax.ws.rs.core.EntityTag
A matching entity tag.
Note that this type and it's super type cannot be used to create request
header values for If-Match
and If-None-Match
of the form If-Match: *
or If-None-Match: *
as
*
is not a valid entity tag.
- Author:
- Paul.Sandoz@Sun.Com
Methods inherited from class javax.ws.rs.core.EntityTag |
equals, getValue, hashCode, isWeak, toString, valueOf |
ANY_MATCH
public static final Set<MatchingEntityTag> ANY_MATCH
- An empty set that corresponds to
If-Match: *
or
If-None-Match: *
.
MatchingEntityTag
public MatchingEntityTag(String value)
MatchingEntityTag
public MatchingEntityTag(String value,
boolean weak)
valueOf
public static MatchingEntityTag valueOf(HttpHeaderReader reader)
throws ParseException
- Throws:
ParseException
Copyright © 2011 Oracle Corporation. All Rights Reserved.