public interface ETag
| Modifier and Type | Method and Description |
|---|---|
String |
getHeaderValue()
Gets the HTTP header value to use for this ETag.
|
String |
getTag()
Gets the tag text.
|
boolean |
isWeak()
Is it weak?
|
boolean |
isWildcard()
Is it a wildcard ETag?
|
boolean |
matches(ETag other)
Does the ETag strongly matches the other specified
ETag?
|
boolean |
matches(ETag other,
boolean weakComparison)
Does the ETag strongly or weakly matches the other specified
ETag?
|
String getTag()
boolean isWeak()
boolean isWildcard()
String getHeaderValue()
boolean matches(ETag other)
If one (or both) ETag is a wildcard, it matches.
Copyright © 2019. All rights reserved.