Class ETag
java.lang.Object
org.apache.hc.client5.http.validator.ETag
Represents ETag value.
- Since:
- 5.4
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbooleanvoidformat(org.apache.hc.core5.util.CharArrayBuffer buf) static ETagget(org.apache.hc.core5.http.MessageHeaders message) getType()getValue()inthashCode()static ETagstatic ETagparse(org.apache.hc.core5.http.Header h) static booleanstrongCompare(ETag t1, ETag t2) toString()static booleanweakCompare(ETag t1, ETag t2)
-
Constructor Details
-
ETag
-
ETag
-
-
Method Details