Uses of Class
org.apache.hc.client5.http.validator.ETag
Packages that use ETag
Package
Description
Caching APIs for both the classic and the asynchronous
HTTP transports.
-
Uses of ETag in org.apache.hc.client5.http.cache
Methods in org.apache.hc.client5.http.cache that return ETag -
Uses of ETag in org.apache.hc.client5.http.validator
Methods in org.apache.hc.client5.http.validator that return ETagModifier and TypeMethodDescriptionstatic ETagETag.get(org.apache.hc.core5.http.MessageHeaders message) static ETagstatic ETagETag.parse(org.apache.hc.core5.http.Header h) Methods in org.apache.hc.client5.http.validator with parameters of type ETagModifier and TypeMethodDescriptionstatic booleanETag.strongCompare(ETag t1, ETag t2) static booleanETag.weakCompare(ETag t1, ETag t2)