All Superinterfaces:
CharSequence
ETag header values MUST conform to the syntax mandated in
RFC 2616 section
3.11 :
entity-tag = [ weak ] opaque-tag
weak = "W/"
opaque-tag = quoted-string
See
RFC 2616 section
2.2 for definition of the
quoted-string production. Also see
RFC 7230 section
3.2.6 which updates the definition of
quoted-string to
remove ambiguity about escaping within quoted strings.
Author:
cdivilly
Nested Class Summary
Nested Classes
static interface
static enum
The 'strength' of the ETag value:
A "strong entity tag" MAY be shared by two entities of a resource
only if they are equivalent by octet equality.
Method Summary
All Methods Instance Methods Abstract Methods
Method Details
value
The decoded value of the
EntityTag, i.e. the value with
double-quotes removed and any escaped characters un-escaped.
Returns:
The decoded value