Class EntityTag
java.lang.Object
com.soklet.EntityTag
Immutable representation of one HTTP entity tag.
- Author:
- Mark Allen
-
Method Summary
Modifier and TypeMethodDescriptionbooleanfromHeaderValue(@Nullable String headerValue) fromStrongValue(@NonNull String value) fromWeakValue(@NonNull String value) getValue()inthashCode()isWeak()stronglyMatches(@NonNull EntityTag other) toString()weaklyMatches(@NonNull EntityTag other)
-
Method Details
-
fromStrongValue
-
fromWeakValue
-
fromHeaderValue
-
isWeak
-
getValue
-
toHeaderValue
-
stronglyMatches
-
weaklyMatches
-
toString
-
equals
-
hashCode
-