Uses of Class
org.apache.hc.client5.http.impl.cache.WarningValue
-
Packages that use WarningValue Package Description org.apache.hc.client5.http.impl.cache Caching API implementation for both the classic and the asynchronous HTTP transports. -
-
Uses of WarningValue in org.apache.hc.client5.http.impl.cache
Methods in org.apache.hc.client5.http.impl.cache that return WarningValue Modifier and Type Method Description static WarningValue[]
WarningValue. getWarningValues(org.apache.hc.core5.http.Header h)
Returns an array of the parsable warning values contained in the given header value, which is assumed to be a Warning header.
-