Class ETag
java.lang.Object
org.apache.hc.client5.http.validator.ETag
Represents ETag value.
- Since:
- 5.4
-
Field Summary
Fields -
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()(package private) static ETagparse(CharSequence buf, org.apache.hc.core5.util.Tokenizer.Cursor cursor) static ETagstatic ETagparse(org.apache.hc.core5.http.Header h) static booleanstrongCompare(ETag t1, ETag t2) toString()static booleanweakCompare(ETag t1, ETag t2)
-
Field Details
-
value
-
type
-
-
Constructor Details
-
ETag
-
ETag
-
-
Method Details