public class MatchingEntityTag
extends javax.ws.rs.core.EntityTag
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.
Modifier and Type | Field and Description |
---|---|
static Set<MatchingEntityTag> |
ANY_MATCH
An empty set that corresponds to
If-Match: * or
If-None-Match: * . |
Constructor and Description |
---|
MatchingEntityTag(String value) |
MatchingEntityTag(String value,
boolean weak) |
Modifier and Type | Method and Description |
---|---|
static MatchingEntityTag |
valueOf(HttpHeaderReader reader) |
public static final Set<MatchingEntityTag> ANY_MATCH
If-Match: *
or
If-None-Match: *
.public MatchingEntityTag(String value)
public MatchingEntityTag(String value, boolean weak)
public static MatchingEntityTag valueOf(HttpHeaderReader reader) throws ParseException
ParseException
Copyright © 2013 Oracle Corporation. All rights reserved.