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.
Caching API implementation for both the classic and
the asynchronous HTTP transports.
-
Uses of ETag in org.apache.hc.client5.http.cache
Fields in org.apache.hc.client5.http.cache with type parameters of type ETagMethods in org.apache.hc.client5.http.cache that return ETag -
Uses of ETag in org.apache.hc.client5.http.impl.cache
Method parameters in org.apache.hc.client5.http.impl.cache with type arguments of type ETagModifier and TypeMethodDescriptionConditionalRequestBuilder.buildConditionalRequestFromVariants(T request, Collection<ETag> variants) When aHttpCacheEntrydoes not exist for a specificHttpRequestwe attempt to see if an existingHttpCacheEntryis appropriate by building a conditionalHttpRequestusing the variants' ETag values. -
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) (package private) static ETagETag.parse(CharSequence buf, org.apache.hc.core5.util.Tokenizer.Cursor cursor) 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)