public interface ETag
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
encode()
|
boolean |
strongEquals(ETag eTag)
Strong equals requires both
ETags be strong
|
boolean |
strongEquals(java.lang.String encoded)
Strong equals requires both
ETags be strong validating and the
values to match in addition
|
ETagValidation |
type()
Is the ETag weak
or strong validating
|
java.lang.String |
value()
String value of
the
ETag not
including the W/
prefix for weak
ETags |
boolean |
weakEquals(ETag eTag)
Weak validation
only considers the value of the
ETag
|
boolean |
weakEquals(java.lang.String encoded)
Weak validation
only considers the value of the
ETag
|
ETagValidation type()
ETagValidation type of the ETagjava.lang.String value()
ETag not
including the W/
prefix for weak
ETagsboolean weakEquals(ETag eTag)
eTag - boolean strongEquals(ETag eTag)
etags - boolean weakEquals(java.lang.String encoded)
encoded - String value of ETagboolean strongEquals(java.lang.String encoded)
encoded - String value of ETagjava.lang.String encode()