Uses of Class
org.apache.hc.client5.http.validator.ETag
-
Packages that use ETag Package Description org.apache.hc.client5.http.cache Caching APIs for both the classic and the asynchronous HTTP transports.org.apache.hc.client5.http.impl.cache Caching API implementation for both the classic and the asynchronous HTTP transports.org.apache.hc.client5.http.validator -
-
Uses of ETag in org.apache.hc.client5.http.cache
Fields in org.apache.hc.client5.http.cache with type parameters of type ETag Modifier and Type Field Description private java.util.concurrent.atomic.AtomicReference<ETag>HttpCacheEntry. eTagRefMethods in org.apache.hc.client5.http.cache that return ETag Modifier and Type Method Description ETagHttpCacheEntry. getETag() -
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 ETag Modifier and Type Method Description TConditionalRequestBuilder. buildConditionalRequestFromVariants(T request, java.util.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 ETag Modifier and Type Method Description static ETagETag. get(org.apache.hc.core5.http.MessageHeaders message)(package private) static ETagETag. parse(java.lang.CharSequence buf, org.apache.hc.core5.util.Tokenizer.Cursor cursor)static ETagETag. parse(java.lang.String s)static ETagETag. parse(org.apache.hc.core5.http.Header h)Methods in org.apache.hc.client5.http.validator with parameters of type ETag Modifier and Type Method Description static booleanETag. strongCompare(ETag t1, ETag t2)static booleanETag. weakCompare(ETag t1, ETag t2)
-